noah33565 commited on
Commit
6e344a0
·
verified ·
1 Parent(s): 73a84fa

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -2
style.css CHANGED
@@ -401,7 +401,6 @@ body {
401
 
402
  /* Sidebar overlay backdrop */
403
  #sidebar-backdrop {
404
- display: none;
405
  position: fixed;
406
  inset: 0;
407
  top: var(--topbar-h);
@@ -409,7 +408,7 @@ body {
409
  background: rgba(0,0,0,0.55);
410
  backdrop-filter: blur(2px);
411
  }
412
- #sidebar-backdrop.visible { display: block; }
413
 
414
  /* ── Chat area fills remaining space ── */
415
  .chat-area {
 
401
 
402
  /* Sidebar overlay backdrop */
403
  #sidebar-backdrop {
 
404
  position: fixed;
405
  inset: 0;
406
  top: var(--topbar-h);
 
408
  background: rgba(0,0,0,0.55);
409
  backdrop-filter: blur(2px);
410
  }
411
+ #sidebar-backdrop.visible { display: block !important; }
412
 
413
  /* ── Chat area fills remaining space ── */
414
  .chat-area {