瀏覽代碼

Set z-index values

customisations
alemart 10 月之前
父節點
當前提交
096f4ddbcd
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      demos/assets/demo.css

+ 2
- 0
demos/assets/demo.css 查看文件

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…
取消
儲存