Skip to content

Commit

Permalink
fix: fix menus scrill style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Oct 22, 2024
1 parent 0a6b1d7 commit 691f646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 691f646

Please sign in to comment.