Vanessa 2023-01-19 20:43:45 +08:00
parent abde6eed91
commit 1b0e9b0f1a
2 changed files with 5 additions and 2 deletions

View file

@ -48,6 +48,9 @@ ctrl+p 搜索: 199
// 需大于 .block__popover
.b3-menu: 210
// 需小于 .side-panel
#transactionTip & #keyboardToolbar: 212
// 需小于 .b3-dialog 关于中的锁屏密码设置
.side-panel: 220

View file

@ -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;