diff --git a/src/littlefoot.css b/src/littlefoot.css index 315936905..946ca3fc0 100644 --- a/src/littlefoot.css +++ b/src/littlefoot.css @@ -72,6 +72,7 @@ transform: var(--popover-transform); transition: var(--popover-transition); width: var(--popover-width); + z-index: 1; &.is-above { bottom: 0; @@ -166,7 +167,6 @@ top: auto; transform: translateY(100%); width: 100%; - z-index: 1; &.is-active { transform: translateY(0);