From a1f21caaa640e83a00924e8f3aa8fce29cbb708f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:33:36 -0600 Subject: [PATCH] refactor(popover): fix position when content increase --- components/informational/popover.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/informational/popover.css b/components/informational/popover.css index 8e58b13..5d254b7 100644 --- a/components/informational/popover.css +++ b/components/informational/popover.css @@ -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,