Procházet zdrojové kódy

Set z-index values

customisations
alemart před 9 měsíci
rodič
revize
096f4ddbcd
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      demos/assets/demo.css

+ 2
- 0
demos/assets/demo.css Zobrazit soubor

@@ -13,6 +13,7 @@ body {
13 13
     height: 100%;
14 14
     object-fit: contain;
15 15
     opacity: 0.75;
16
+    z-index: 0;
16 17
 }
17 18
 
18 19
 #about, #sponsor {
@@ -21,6 +22,7 @@ body {
21 22
     height: 64px;
22 23
 
23 24
     opacity: 0.5;
25
+    z-index: 1;
24 26
     outline: none;
25 27
     -webkit-tap-highlight-color: transparent;
26 28
     cursor: pointer;

Načítá se…
Zrušit
Uložit