Update .protyle-toolbar z-index (#13157)

This commit is contained in:
Jeffrey Chen 2024-11-15 17:10:42 +08:00 committed by GitHub
parent 913b3fd254
commit 04acdc00f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
.protyle {
&-toolbar {
background-color: var(--b3-theme-background);
z-index: 4; // https://ld246.com/article/1697096086017
z-index: 5; // higher than .layout__resize--lr
position: fixed;
box-shadow: var(--b3-point-shadow);
border-radius: var(--b3-border-radius);