Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 0c2ccec

Browse files
fix: fixed css issue (IE)
1 parent c8e18ee commit 0c2ccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/ShellBar/ShellBarProductMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fd-menu-popover
44
:flips="false"
55
:body-styles="{
6-
overflowY: 'scroll',
6+
overflowY: 'auto',
77
maxHeight: 'calc(100vh - 65px)'
88
}"
99
discard-highlight

0 commit comments

Comments
 (0)