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