fix(B05): sticky Y축을 편집 버튼 층 위로(z3→z5) — 스크롤로 지나가는 버튼이 축 라벨을 덮지 않음

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-04 20:09:25 +09:00
co-authored by Claude Opus 5
parent 679c847072
commit 5378b9d807
@@ -12,7 +12,9 @@
.b05-profile__yaxis {
position: sticky;
left: 0;
z-index: 3;
/* 계획고 편집 버튼 층(z4)보다 위 — 스크롤로 지나가는 ▲▼·⬆⬇ 버튼이 축 라벨 위에
떠 보이면 안 된다(2026-08-04 사용자 보고). 버튼은 축 띠 아래로 지나간다. */
z-index: 5;
width: 0;
height: 0;
}