Skip to content

Commit

Permalink
Corrected scrollbar overlap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 30, 2016
1 parent 42d0efd commit d6cf363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/_hacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
margin-left: 1px; // This is necessary because this container is being undersized on the width property by a script. Without this, there would be a 1px space on the right, to the left of the monkey scroller.
}

.monkey_scroll_bar {
z-index: 99; // This should have a higher z-index than messages and dividers or else they overlap.
}

.client_header_icon {
-moz-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5);
-webkit-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5);
Expand Down

0 comments on commit d6cf363

Please sign in to comment.