]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Remove unnecessary changes
[bookstack] / resources / sass / _layout.scss
index be86d049888e8aa0600780cbf98b712115a9018e..e163f06d8341a5a65d7873a7b5420d8cc22b4195 100644 (file)
@@ -272,6 +272,7 @@ body.flexbox {
     min-height: 50vh;
     overflow-y: scroll;
     overflow-x: hidden;
+    height: 100%;
     scrollbar-width: none;
     -ms-overflow-style: none;
     &::-webkit-scrollbar {
@@ -282,9 +283,6 @@ body.flexbox {
     max-width: 940px;
     margin: 0 auto;
   }
-  .tri-layout-right-contents {
-    height: 1000px;
-  }
 }
 
 @include smaller-than($l) {