Sfoglia il codice sorgente

Set z-index values

customisations
alemart 9 mesi fa
parent
commit
096f4ddbcd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      demos/assets/demo.css

+ 2
- 0
demos/assets/demo.css Vedi File

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

Loading…
Annulla
Salva