Skip to content

Commit

Permalink
feat: add boundary padding to popover
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 25, 2024
1 parent 512f606 commit a9f3ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const blur = () => nextTick(() => window.document?.activeElement.blur())
<document-download-popover
:target="elementRef"
:offset="16"
:boundary-padding="32"
close-on-hide
:document="document"
:placement="tooltipPlacement"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const blur = () => nextTick(() => window.document?.activeElement.blur())
<document-share-popover
:target="elementRef"
:offset="16"
:boundary-padding="32"
close-on-hide
:document="document"
:placement="tooltipPlacement"
Expand Down

0 comments on commit a9f3ea4

Please sign in to comment.