Fix read-control position

This commit is contained in:
Tankred Hase 2015-02-27 16:03:00 +01:00
parent 5f19bbeff0
commit 369ad58134
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
right: $scrollbar-width; // don't cover scrollbar right: $scrollbar-width; // don't cover scrollbar
padding: $padding-vertical $padding-horizontal; padding: $padding-vertical $padding-horizontal;
background-color: $color-white; background-color: $color-white;
z-index: 9999; // places the buttons on top of the content z-index: 999; // places the buttons on top of the content
.btn-icon-light + .btn-icon-light { .btn-icon-light + .btn-icon-light {
margin-left: 1.4em; margin-left: 1.4em;
} }