Sfoglia il codice sorgente

82894 change max-height

Yohei-Shiina 4 anni fa
parent
commit
b0cdde1203
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 }