Vanessa 2024-05-12 23:37:31 +08:00
parent 84819beaf7
commit fbc86d6a90
6 changed files with 39 additions and 6 deletions

View file

@ -52,8 +52,6 @@ Mobile #menu & .side-panel: 7
#windowControls: 999998
.b3-snackbar: 999999
.b3-tooltips: 1000000
*/

View file

@ -12,7 +12,7 @@
position: fixed;
right: 12px;
top: 22px;
z-index: 999999;
// 不能设置死否则右键菜单会被遮盖 z-index: 999999;
max-height: calc(100vh - 32px);
display: flex;
flex-direction: column;