fix: main app container overflow

This commit is contained in:
Mo
2022-02-01 10:05:06 -06:00
parent b1022cd3c3
commit a2d775235e

View File

@@ -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;