Skip to content

Commit 14a726b

Browse files
author
Hannu Pelkonen
committed
Make sure that elements does not overlap modifier label
1 parent d450dfd commit 14a726b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/app/sass/app.scss

+2
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ $mobile: new-breakpoint(max-width 480px);
589589
border: 1px solid $secondary-color;
590590
border-top: none;
591591
border-right: none;
592+
z-index: 8000;
592593

593594
span, p {
594595
padding: 0 0.8em 0 0;
@@ -771,6 +772,7 @@ $mobile: new-breakpoint(max-width 480px);
771772
border-top: 1px solid rgba(#000, 0.3);
772773
border-bottom: 1px solid rgba(#000, 0.3);
773774
border-left: 1px solid rgba(#000, 0.3);
775+
z-index: 9000;
774776

775777
background: rgba(#fff, 1);
776778
@include transition(all 0.3s ease-out);

0 commit comments

Comments
 (0)