mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
ee62729dc2
commit
e070d284a5
2 changed files with 3 additions and 1 deletions
|
|
@ -43,6 +43,8 @@
|
|||
|
||||
#menu & .side-panel: 6
|
||||
|
||||
.layout--float: 999997
|
||||
|
||||
#windowControls: 999998
|
||||
|
||||
.b3-snackbar: 999999
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
&--float {
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
z-index: 999997;
|
||||
min-height: auto;
|
||||
transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms, opacity .3s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue