Skip to content

Commit

Permalink
* popover: fix popover cause page layout changes on show.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 30, 2024
1 parent ac45b26 commit dce069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/popover/src/style/popover.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.popover {
@apply -absolute -w-max -hidden;
@apply -absolute -left-0 -top-0 -w-max -hidden;
}
.popover.show {
@apply -block;
Expand Down

0 comments on commit dce069c

Please sign in to comment.