This commit is contained in:
Vanessa 2023-09-02 11:25:14 +08:00
parent ee62729dc2
commit e070d284a5
2 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,8 @@
#menu & .side-panel: 6
.layout--float: 999997
#windowControls: 999998
.b3-snackbar: 999999

View file

@ -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;