ui(vacation): 휴가 bar 시작 위치 38px 로 내려 날짜 pill 가림 방지
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user