Skip to content

Commit

Permalink
Fix hidden menu overriding display
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 7, 2019
1 parent 9755087 commit 58f9689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galette/webroot/themes/default/galette.css
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,7 @@ label:hover > i, span.bline:hover > i {
transform: translateX(0) translateZ(0);
transition: transform .2s;
will-change: transform;
min-height: 100vh;
}

/* Button deco */
Expand Down

0 comments on commit 58f9689

Please sign in to comment.