mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
This commit is contained in:
parent
3b24075f7e
commit
53e90d4e29
3 changed files with 18 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
z-index: 203;
|
||||
z-index: 305;
|
||||
|
||||
&--open {
|
||||
.b3-dialog__scrim {
|
||||
|
|
|
|||
|
|
@ -29,15 +29,22 @@
|
|||
@import "viewer";
|
||||
|
||||
/*
|
||||
z-index:
|
||||
ctrl+p 搜索: 199 // 需小于 .block__popover https://github.com/siyuan-note/siyuan/issues/3515
|
||||
.hint & .protyle-util: 200 // 需小于 .b3-dialog
|
||||
.block__popover: 201 // 需小于 .b3-dialog https://ld246.com/article/1637204682648
|
||||
.b3-dialog: 203 // 需小于 #windowControls
|
||||
#windowControls: 302
|
||||
.protyle-util: 303 // 需大于 .block__popover https://github.com/siyuan-note/siyuan/issues/3276
|
||||
.b3-menu: 304 // 需大于 .block__popover
|
||||
progressLoading: 400 // 需大于 .b3-dialog
|
||||
// 需小于 .block__popover https://github.com/siyuan-note/siyuan/issues/3515
|
||||
ctrl+p 搜索: 199
|
||||
// 需小于 .b3-dialog
|
||||
.hint & .protyle-util: 200
|
||||
// 需小于 .b3-dialog https://ld246.com/article/1637204682648
|
||||
.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
|
||||
// 需大于 .b3-dialog
|
||||
progressLoading: 400
|
||||
#windowControls: 502
|
||||
*/
|
||||
|
||||
.inbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue