Skip to content

Commit

Permalink
Fix v-popover reposition when first opened
Browse files Browse the repository at this point in the history
Using @thomicdk's patch here: Akryum#103
  • Loading branch information
4ver authored Mar 15, 2018
1 parent 4937c0c commit bcbe5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:id="popoverId"
:class="[popoverBaseClass, popoverClass, cssClass]"
:style="{
display: isOpen ? '' : 'none',
visibility: isOpen ? 'visible' : 'hidden',
}"
:aria-hidden="isOpen ? 'false' : 'true'"
>
Expand Down

0 comments on commit bcbe5a4

Please sign in to comment.