diff --git a/app/assets/stylesheets/_main.scss b/app/assets/stylesheets/_main.scss index 9ad9017c4..18ec1060d 100644 --- a/app/assets/stylesheets/_main.scss +++ b/app/assets/stylesheets/_main.scss @@ -130,11 +130,10 @@ $footer-height: 2rem; .app { height: calc(100% - #{$footer-height}); - width: 100%; - vertical-align: top; - overflow-x: scroll; - overflow-y: hidden; + overflow: hidden; position: relative; + vertical-align: top; + width: 100%; panel-resizer, .panel-resizer { top: 0;