Skip to content

Commit

Permalink
fix: menu on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 14, 2023
1 parent 34213c1 commit 0e03056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
[popper]="popperContent"
[popperTrigger]="popperTriggerClick"
[popperPlacement]="popperPlacementAuto"
[popperHideOnScroll]="true"
[popperHideOnScroll]="false"
[popperHideOnClickOutside]="true"
[popperHideOnMouseLeave]="false"
>
Expand Down

0 comments on commit 0e03056

Please sign in to comment.