Skip to content

Commit

Permalink
Fix Linux scrollbar issue in information overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 10, 2017
1 parent ce880b0 commit 0e802c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/styles/informational-overlays.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@
.informational-overlays td.operator {
font-size: 0.9em;
}

/* Hack to fix scrollbars on Linux */
.informational-overlays #keyboard-shortcuts .modal-body {
overflow-y: hidden;
}

0 comments on commit 0e802c5

Please sign in to comment.