From 8ea4687b4cecab29affd1e451f8956d8950c2d04 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Apr 2019 14:12:18 +0200 Subject: Popup: BS style - Container: improve creation form - prevent container creation when the same reference exists - autocopy reference to location --- scss/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss/custom.scss') 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%; -- cgit v1.2.3