Skip to content

Commit

Permalink
Set SimpleBar to inherit from parent's max-height + fix issue in IE11 (
Browse files Browse the repository at this point in the history
…fix #154)
  • Loading branch information
Adrien Denat committed Mar 24, 2018
1 parent 8e10697 commit 13b112c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simplebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
position: relative!important;
z-index: 0!important;
overflow: hidden!important;
max-height: inherit;
-webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

Expand All @@ -13,6 +14,7 @@
overflow-x: hidden!important;
overflow-y: scroll!important;
min-width: 100%!important;
max-height: inherit!important;
box-sizing: content-box!important;
}

Expand Down

0 comments on commit 13b112c

Please sign in to comment.