This commit is contained in:
Vanessa 2023-07-25 12:31:36 +08:00
parent b5bf94e68a
commit 6111b6eaa5

View file

@ -4,10 +4,8 @@
box-shadow: var(--b3-dialog-shadow);
border: 1px solid var(--b3-theme-surface-lighter);
background-color: var(--b3-menu-background);
padding: 8px;
padding: 12px 0;
z-index: 210;
max-height: 80vh;
overflow: overlay;
box-sizing: border-box;
&::-webkit-scrollbar,
@ -62,8 +60,8 @@
&__items {
flex: 1;
overflow: auto;
padding: 24px 0;
max-height: none;
}
&__item {
@ -140,6 +138,12 @@
}
}
&__items {
max-height: 80vh;
overflow: auto;
padding: 0 8px;
}
&__item {
padding: 0 8px;
border-radius: var(--b3-border-radius);