Skip to content

Commit

Permalink
fix: popover z-index everywhere (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Jan 11, 2021
1 parent 6241457 commit be257e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/littlefoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
transform: var(--popover-transform);
transition: var(--popover-transition);
width: var(--popover-width);
z-index: 1;

&.is-above {
bottom: 0;
Expand Down Expand Up @@ -166,7 +167,6 @@
top: auto;
transform: translateY(100%);
width: 100%;
z-index: 1;

&.is-active {
transform: translateY(0);
Expand Down

0 comments on commit be257e7

Please sign in to comment.