Explorar o código

82894 change max-height

Yohei-Shiina %!s(int64=4) %!d(string=hai) anos
pai
achega
b0cdde1203
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }