This commit is contained in:
Vanessa 2023-04-07 23:45:10 +08:00
parent 57bc6db377
commit bc016afea1
6 changed files with 17 additions and 8 deletions

View file

@ -55,9 +55,6 @@ ctrl+p 搜索: 202
// 需大于 .block__popover
.b3-menu: 210
// 需大于 mobile .status
.keyboard: 222
// 需小于 .b3-dialog 关于中的锁屏密码设置
#menu & .side-panel: 220
@ -65,6 +62,9 @@ ctrl+p 搜索: 202
// 需大于 .protyle-util https://github.com/siyuan-note/siyuan/issues/5069
.b3-dialog: 305
// 需大于 mobile .status.b3-dialog
.keyboard: 306
// 历史中切换笔记本需临时大于 .b3-dialog https://github.com/siyuan-note/siyuan/issues/5107
// 移动端排序和菜单需临时大于 .side-panel https://github.com/siyuan-note/siyuan/issues/5254
.b3-menu: 310

View file

@ -42,6 +42,7 @@
&-item {
line-height: 28px;
min-height: 28px;
padding: 1px 4px;
display: flex;
cursor: pointer;

View file

@ -253,7 +253,7 @@
box-sizing: border-box;
height: 42px;
background: var(--b3-theme-background);
z-index: 222;
z-index: 306;
display: flex;
border-top: 1px solid var(--b3-theme-surface-lighter);
overflow: hidden;