Skip to content

Commit

Permalink
Fixed issue with empty scrollbars. Resolves #68.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHavoc committed Dec 13, 2016
1 parent d3af175 commit 271532e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _template/app/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
font-size: 12px;
line-height: 18px;
opacity: 0.75;
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 36px 12px;
Expand Down
Loading

0 comments on commit 271532e

Please sign in to comment.