Skip to content

Commit

Permalink
Merge pull request #345 from Florian-B/fix-ezselection-zindex
Browse files Browse the repository at this point in the history
EZP-28845: Fix conflict between ezselection and ezboolean
  • Loading branch information
Łukasz Serwatka authored Feb 14, 2018
2 parents 2456675 + cb58dae commit 6b89645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
border: 1px solid $ez-ground-primary;
background-color: $ez-white;
color: $ez-black;
z-index: 1;
z-index: 2;

&--hidden {
transform: scaleY(0);
Expand Down

0 comments on commit 6b89645

Please sign in to comment.