mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 21:51:56 +08:00
💄 submenu
This commit is contained in:
parent
2af8b67cbd
commit
ccf9f1a2cb
@ -10,12 +10,14 @@
|
||||
overflow: overlay;
|
||||
box-sizing: border-box;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
&::-webkit-scrollbar,
|
||||
&__submenu::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
&::-webkit-scrollbar-thumb,
|
||||
&__submenu::-webkit-scrollbar-thumb {
|
||||
box-sizing: content-box;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 5px;
|
||||
@ -276,10 +278,6 @@
|
||||
position: fixed;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
z-index: 1;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__accelerator {
|
||||
|
Loading…
Reference in New Issue
Block a user