This commit is contained in:
Vanessa 2023-01-19 20:34:53 +08:00
parent ed3f2af467
commit abde6eed91

View file

@ -58,7 +58,12 @@
}
&-util {
@extend .b3-menu;
position: fixed;
border-radius: 4px;
box-shadow: var(--b3-dialog-shadow);
background-color: var(--b3-menu-background);
padding: 8px;
max-height: 80vh;
z-index: 200;
}