Browse Source

82894 change max-height

Yohei-Shiina 4 years ago
parent
commit
b0cdde1203
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/styles/_layout.scss

+ 1 - 1
packages/app/src/styles/_layout.scss

@@ -32,7 +32,7 @@ body.growi-layout-fluid .grw-container-convertible {
 }
 
 .grw-scrollable-modal-body {
-  max-height: 35vh;
+  max-height: calc(100vh - 330px);
   overflow-y: scroll;
 }