summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 4f854650a..791458d72 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -155,6 +155,14 @@ pre {
overflow-y: auto;
}
+.window-pop{
+ overflow: hidden;
+}
+
+.window-pop .modal-body.body-scroll {
+ max-height: calc(100vh - 122px);
+}
+
.modal-dialog.full {
width: 98%;
height: 98%;