fix: 브랜드 분석 화면의 사이드바 collapsed 잔재 정리

This commit is contained in:
김성경 2026-08-11 14:57:34 +09:00
parent b9fd77fb51
commit 40ebe2cca0

View File

@ -1808,10 +1808,6 @@
body:has(.sidebar.expanded) .bi2-header {
left: 15rem;
}
body:has(.sidebar.collapsed) .bi2-header {
left: 5rem;
}
}
.bi2-back-btn {
@ -2294,9 +2290,12 @@
body:has(.sidebar.expanded) .bi2-bottom-button-container {
left: 15rem;
}
}
body:has(.sidebar.collapsed) .bi2-bottom-button-container {
left: 5rem;
/* 모바일: 하단 탭바에 가리지 않도록 띄운다 */
@media (max-width: 767px) {
.bi2-bottom-button-container {
bottom: calc(var(--bottom-nav-height) + 16px);
}
}