]> BookStack Code Mirror - bookstack/commitdiff
Fix issue with viewing export dropdown list
authorshubhamosmosys <redacted>
Thu, 17 Dec 2020 14:17:15 +0000 (19:47 +0530)
committerGitHub <redacted>
Thu, 17 Dec 2020 14:17:15 +0000 (19:47 +0530)
There is issue with viewing all the export list

resources/sass/_layout.scss

index c4e412f0e67a982492b61363c05dab4bf27f0471..be86d049888e8aa0600780cbf98b712115a9018e 100644 (file)
@@ -282,6 +282,9 @@ body.flexbox {
     max-width: 940px;
     margin: 0 auto;
   }
+  .tri-layout-right-contents {
+    height: 1000px;
+  }
 }
 
 @include smaller-than($l) {
@@ -350,4 +353,4 @@ body.flexbox {
     margin-inline-start: 0;
     margin-inline-end: 0;
   }
-}
\ No newline at end of file
+}