mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
fix: fix menus scrill style
This commit is contained in:
parent
0a6b1d72e6
commit
691f64641d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user