mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
abde6eed91
commit
1b0e9b0f1a
2 changed files with 5 additions and 2 deletions
|
|
@ -48,6 +48,9 @@ ctrl+p 搜索: 199
|
|||
// 需大于 .block__popover
|
||||
.b3-menu: 210
|
||||
|
||||
// 需小于 .side-panel
|
||||
#transactionTip & #keyboardToolbar: 212
|
||||
|
||||
// 需小于 .b3-dialog 关于中的锁屏密码设置
|
||||
.side-panel: 220
|
||||
|
||||
|
|
|
|||
|
|
@ -227,7 +227,7 @@
|
|||
box-sizing: border-box;
|
||||
height: 32px;
|
||||
background: var(--b3-theme-background);
|
||||
z-index: 221;
|
||||
z-index: 212;
|
||||
display: flex;
|
||||
border-top: 1px solid var(--b3-theme-surface-lighter);
|
||||
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
background: var(--b3-theme-background);
|
||||
padding: 4px;
|
||||
box-shadow: var(--b3-point-shadow);
|
||||
z-index: 1;
|
||||
z-index: 212;
|
||||
line-height: 28px;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue