fix(tkfb): 모바일 사이드바 z-index 전역 수정
sideNav.mobile-open z-index:999, mobileOverlay z-index:998. 모든 페이지 콘텐츠(z-1000 이하)보다 사이드바가 항상 위에 표시. tkfb.css 캐시 버스팅 전체 갱신. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -208,7 +208,9 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
|
||||
.profile-grid { grid-template-columns: 1fr !important; }
|
||||
}
|
||||
|
||||
/* Mobile nav */
|
||||
/* Mobile nav — 모든 콘텐츠 위에 표시 */
|
||||
#mobileOverlay { z-index: 998 !important; }
|
||||
#sideNav.mobile-open {
|
||||
display: flex !important;
|
||||
z-index: 999 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user