fix: [RD] 온보딩 가이드 레이아웃 수정 (스타일 JS 내장, 캐시 무효화)

This commit is contained in:
김보곤
2026-03-22 20:49:17 +09:00
parent caf8f0c15f
commit ab329bab51
6 changed files with 38 additions and 52 deletions

View File

@@ -52,3 +52,8 @@ :root {
--color-base-300: #f3f4f6;
--color-base-content: #1f2937;
}
/* driver.js 레이아웃 충돌 방지: 가이드 비활성 시 overflow 보호 */
#app-container {
overflow: hidden !important;
}