sara.mesquita commited on
Commit
f61af68
·
1 Parent(s): cd9fe7c

fix: add global .hidden class to prevent overlay blocking UI

Browse files
Files changed (1) hide show
  1. static/style.css +1 -0
static/style.css CHANGED
@@ -56,6 +56,7 @@
56
 
57
  /* ── Header ── */
58
  #header { height:var(--header-h); background:var(--green); color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 16px; flex-shrink:0; z-index:200; }
 
59
  #header.hidden { display:none; }
60
  #header .logo { font-size:17px; font-weight:700; letter-spacing:-.3px; }
61
  .icon-btn { background:transparent; border:none; color:#fff; cursor:pointer; width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; transition:background .15s; }
 
56
 
57
  /* ── Header ── */
58
  #header { height:var(--header-h); background:var(--green); color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 16px; flex-shrink:0; z-index:200; }
59
+ .hidden { display:none !important; }
60
  #header.hidden { display:none; }
61
  #header .logo { font-size:17px; font-weight:700; letter-spacing:-.3px; }
62
  .icon-btn { background:transparent; border:none; color:#fff; cursor:pointer; width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; transition:background .15s; }