fix(project): 스크롤은 되는데 막대가 안 보이던 문제 — 커스텀 스크롤바 적용
휠 스크롤은 정상 동작(레이아웃 자체는 문제 없었음) — OS/브라우저의 오버레이(자동숨김) 스크롤바 스타일 때문에 막대가 안 보였던 것. 내 업무/ 좌측 프로젝트 목록/보드 패널에 항상 보이는 커스텀 스크롤바(얇은 회색 막대)를 그려 윈도우 설정과 무관하게 고정 표시되게 함. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916n" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916o" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916n" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916o" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916n" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916o" />
|
||||
<!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host -->
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
<!-- 타임라인 vis-timeline — self-host -->
|
||||
|
||||
Reference in New Issue
Block a user