Skip to content

Commit 6e64813

Browse files
committed
fix: Restore visibility of sidebar toggle button
1 parent 6de06ab commit 6e64813

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/static/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ header {
200200
visibility: hidden;
201201
}
202202

203+
/* Force Sidebar Toggle to be visible even if header is hidden */
204+
[data-testid="stSidebarCollapsedControl"] {
205+
visibility: visible !important;
206+
display: block !important;
207+
color: #60A5FA !important;
208+
z-index: 1000000 !important;
209+
}
210+
203211
/* ============================================
204212
RESPONSIVE DESIGN - COMPREHENSIVE BREAKPOINTS
205213
============================================ */

0 commit comments

Comments
 (0)