Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Fixed styling issue where scroll bars were always visibile
Browse files Browse the repository at this point in the history
  • Loading branch information
amorygalili committed Jan 16, 2019
1 parent aed4aa2 commit cf20728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotpy_websim/html/src/assets/scss/app.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import './select2-bootstrap4.min.css';

body .lm_content {
overflow: scroll;
overflow: auto;
}

.golden-layout {
Expand Down

0 comments on commit cf20728

Please sign in to comment.