Skip to content

Commit

Permalink
refactor(popover): fix position when content increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Feb 12, 2023
1 parent 10eecef commit a1f21ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/informational/popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
.popover-hover:hover .popover-trigger ~ .popover-content.popover-right-bottom,
.popover:not(.popover-hover)
.popover-right-bottom:where(:focus, :focus-within, :focus-visible) {
@apply visible translate-x-0 -translate-y-1/2 scale-100 opacity-100;
@apply visible translate-x-0 -translate-y-10 scale-100 opacity-100;
}

.popover-open .popover-left-top,
Expand Down

1 comment on commit a1f21ca

@vercel
Copy link

@vercel vercel bot commented on a1f21ca Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.