]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Reverted shift change to old migration
[bookstack] / resources / sass / _layout.scss
index 516d7d612e590d7a6ec516a689cdd102ff6606c7..362bab7d39195672c1511bc73832e0e6a4eb1ae0 100644 (file)
@@ -145,6 +145,7 @@ body.flexbox {
 .flex {
   min-height: 0;
   flex: 1;
+  max-width: 100%;
   &.fit-content {
     flex-basis: auto;
     flex-grow: 0;
@@ -181,6 +182,10 @@ body.flexbox {
   display: inline-block !important;
 }
 
+.relative {
+  position: relative;
+}
+
 .hidden {
   display: none !important;
 }