Skip to content

Commit

Permalink
fix: main app container overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 1, 2022
1 parent b1022cd commit a2d7752
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/assets/stylesheets/_main.scss
Expand Up @@ -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;
Expand Down

0 comments on commit a2d7752

Please sign in to comment.