Skip to content

Commit

Permalink
Make sure that elements does not overlap modifier label
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pelkonen committed Oct 31, 2014
1 parent f3017d4 commit 1bf6603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/app/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ $mobile: new-breakpoint(max-width 480px);
border: 1px solid $secondary-color;
border-top: none;
border-right: none;
z-index: 8000;

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

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

0 comments on commit 1bf6603

Please sign in to comment.