mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
0a1fcd7910
commit
f6cdbb7c4d
3 changed files with 6 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
box-shadow: var(--b3-dialog-shadow);
|
||||
background-color: var(--b3-menu-background);
|
||||
padding: 4px 0;
|
||||
z-index: 304;
|
||||
z-index: 306;
|
||||
|
||||
&__item {
|
||||
padding: 0 16px 0 8px;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
position: fixed;
|
||||
right: 12px;
|
||||
top: 22px;
|
||||
z-index: 502;
|
||||
z-index: 503;
|
||||
max-height: calc(100vh - 32px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -37,14 +37,16 @@ ctrl+p 搜索: 199
|
|||
.block__popover: 201
|
||||
// 需大于 .block__popover https://github.com/siyuan-note/siyuan/issues/3276
|
||||
.protyle-util: 303
|
||||
// 需大于 .block__popover
|
||||
.b3-menu: 304
|
||||
// 需小于 #windowControls
|
||||
// 需大于 .protyle-util https://github.com/siyuan-note/siyuan/issues/5069
|
||||
.b3-dialog: 305
|
||||
// 需大于 .block__popover
|
||||
// 需大于 .b3-dialog https://github.com/siyuan-note/siyuan/issues/5107
|
||||
.b3-menu: 306
|
||||
// 需大于 .b3-dialog
|
||||
progressLoading: 400
|
||||
#windowControls: 502
|
||||
.b3-snackbar: 503
|
||||
*/
|
||||
|
||||
.inbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue