This commit is contained in:
Vanessa 2023-09-02 11:13:47 +08:00
parent 8d467c7df2
commit ee62729dc2
31 changed files with 32 additions and 84 deletions

View file

@ -8,7 +8,6 @@
width: 100%;
height: 100%;
display: flex;
z-index: 305;
&--open {
.b3-dialog__scrim {

View file

@ -5,7 +5,6 @@
border: 1px solid var(--b3-theme-surface-lighter);
background-color: var(--b3-menu-background);
padding: 8px 0;
z-index: 210;
box-sizing: border-box;
&::-webkit-scrollbar,

View file

@ -12,7 +12,7 @@
position: fixed;
right: 12px;
top: 22px;
z-index: 503;
z-index: 999999;
max-height: calc(100vh - 32px);
display: flex;
flex-direction: column;