Jelajahi Sumber

82894 change max-height

Yohei-Shiina 4 tahun lalu
induk
melakukan
b0cdde1203
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {
 .grw-scrollable-modal-body {
-  max-height: 35vh;
+  max-height: calc(100vh - 330px);
   overflow-y: scroll;
   overflow-y: scroll;
 }
 }