We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de06ab commit 6e64813Copy full SHA for 6e64813
frontend/static/style.css
@@ -200,6 +200,14 @@ header {
200
visibility: hidden;
201
}
202
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
+
211
/* ============================================
212
RESPONSIVE DESIGN - COMPREHENSIVE BREAKPOINTS
213
============================================ */
0 commit comments