summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-10 14:12:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:42:35 +0200
commita9e2b04477c968db7d4e255a2755523fd9bf9527 (patch)
treefef7928af296fc1e5005c101c6426af7bcf12ae6 /scss
parent38c9a7b344940126627a799a64880be47a71f925 (diff)
downloadIshtar-a9e2b04477c968db7d4e255a2755523fd9bf9527.tar.bz2
Ishtar-a9e2b04477c968db7d4e255a2755523fd9bf9527.zip
Popup: BS style - Container: improve creation form
- prevent container creation when the same reference exists - autocopy reference to location
Diffstat (limited to '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%;