Put read controls before reader content

This commit is contained in:
Felix Hammerl 2015-02-20 19:10:57 +01:00
parent 427dee8214
commit 888204e1b9
1 changed files with 1 additions and 0 deletions

View File

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