fix: fix menus scrill style

This commit is contained in:
Rui-Sun 2024-10-22 11:30:41 +08:00
parent 0a6b1d72e6
commit 691f64641d

View File

@ -31,7 +31,7 @@ export function importStyle() {
width: max-content;
box-shadow: 0px 8px 16px rgba(27, 31, 35, 0.12);
max-height: 100%;
overflow-y: scroll;
overflow-y: auto;
}
.vtable__menu-element--hidden {
opacity: 0;