Skip to content

Commit

Permalink
fix: buttons appearing above the popover on small screens (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Jan 8, 2021
1 parent 7c6a32d commit 2805e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/littlefoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
top: auto;
transform: translateY(100%);
width: 100%;
z-index: 1;

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

0 comments on commit 2805e07

Please sign in to comment.