This commit is contained in:
Vanessa 2023-08-16 19:16:31 +08:00
parent afe9b60444
commit fe907598d7
3 changed files with 6 additions and 4 deletions

View file

@ -43,14 +43,14 @@
.b3-menu {
&__submenu {
top: 48.5px;
top: 49.5px;
left: 0;
bottom: 0;
max-height: none;
right: 0;
box-shadow: none;
border: 0;
padding: 24px 0;
padding: 0;
border-radius: 0;
& > .b3-menu__item:first-child {
@ -284,7 +284,7 @@
border: 1px solid var(--b3-theme-surface-lighter);
border-radius: var(--b3-border-radius-b);
background-color: var(--b3-menu-background);
padding: 8px;
padding: 8px 0;
position: fixed;
box-shadow: var(--b3-dialog-shadow);
z-index: 1;