ntdservices commited on
Commit
bc913c3
·
verified ·
1 Parent(s): 7bac01c

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -17,7 +17,7 @@
17
  #app{position:relative; height:100vh; width:100vw; overflow:hidden}
18
 
19
  /* Stage is full-viewport and underlays everything */
20
- #stage{position:fixed; inset:0; width:100vw; height:100vh; overflow:hidden; background:#000; user-select:none; z-index:0}
21
  .bgmedia{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0}
22
  #overlay{position:absolute; inset:0; z-index:2}
23
  #stageMsg{position:absolute; top:12px; right:12px; background:rgba(10,14,30,.55); border:1px solid #2a3a63; padding:8px 12px; border-radius:12px; z-index:4; backdrop-filter: blur(4px); font-size:.9rem}
 
17
  #app{position:relative; height:100vh; width:100vw; overflow:hidden}
18
 
19
  /* Stage is full-viewport and underlays everything */
20
+ #stage{position:fixed; inset:0; width:100vw; height:100vh; overflow:hidden; background:#fff; user-select:none; z-index:0}
21
  .bgmedia{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0}
22
  #overlay{position:absolute; inset:0; z-index:2}
23
  #stageMsg{position:absolute; top:12px; right:12px; background:rgba(10,14,30,.55); border:1px solid #2a3a63; padding:8px 12px; border-radius:12px; z-index:4; backdrop-filter: blur(4px); font-size:.9rem}