ui(vacation): 휴가 bar 시작 위치 38px 로 내려 날짜 pill 가림 방지

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 09:01:19 +09:00
parent 162e1d22a9
commit fde2c9c2e9
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
/* bar 오버레이 — 날짜 숫자 아래(top)부터 7열 그리드로 겹쳐 그림 */
.vac-week-bars {
position: absolute; left: 0; right: 0; top: 30px; bottom: 4px;
position: absolute; left: 0; right: 0; top: 38px; bottom: 4px;
display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
grid-auto-rows: 22px; row-gap: 3px;
pointer-events: none;