Skip to content

Commit

Permalink
Merge pull request #467 from GetStream/fix-menu
Browse files Browse the repository at this point in the history
fix: menu on Safari
  • Loading branch information
szuperaz authored Sep 14, 2023
2 parents a100a67 + 0e03056 commit a0046a7
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 a0046a7

Please sign in to comment.