diff options
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 |
commit | 8ea4687b4cecab29affd1e451f8956d8950c2d04 (patch) | |
tree | fef7928af296fc1e5005c101c6426af7bcf12ae6 /scss | |
parent | 6ae64bba6ae83ffa6caa497e895b8a1f568a484c (diff) | |
download | Ishtar-8ea4687b4cecab29affd1e451f8956d8950c2d04.tar.bz2 Ishtar-8ea4687b4cecab29affd1e451f8956d8950c2d04.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.scss | 8 |
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%; |