瀏覽代碼

82894 change max-height

Yohei-Shiina 4 年之前
父節點
當前提交
b0cdde1203
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }