This website works better with JavaScript.
首頁
探索
說明
登入
ObsidianBlk
/
nespaint
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Cover and Modal elements have been given a much higher z-index to make sure they fall on top of all other elements.
dev
Bryan Miller
5 年之前
父節點
8922f21cf5
當前提交
cd37f0a08b
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
sass/mixins.scss
+ 1
- 1
sass/mixins.scss
查看文件
@@ -15,7 +15,7 @@
@mixin cover(){
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
z-index: 1
00
; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
Write
Preview
Loading…
取消
儲存