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

Commit

Permalink
fix: fixed css issue (IE)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKienle committed Jul 24, 2019
1 parent c8e18ee commit 0c2ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/ShellBar/ShellBarProductMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<fd-menu-popover
:flips="false"
:body-styles="{
overflowY: 'scroll',
overflowY: 'auto',
maxHeight: 'calc(100vh - 65px)'
}"
discard-highlight
Expand Down

0 comments on commit 0c2ccec

Please sign in to comment.