From: Tiago Melo Date: Wed, 16 Jan 2019 16:13:39 +0000 (+0000) Subject: mgr/dashboard: Set CdModal max-height X-Git-Tag: v14.1.0~208^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4f27371760673121b8292964811284f19cd2bbbe;p=ceph-ci.git mgr/dashboard: Set CdModal max-height Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss index 6222bb19a14..4b3e4e267d6 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss @@ -9,3 +9,9 @@ @include hf; border-radius: 0 0 5px 5px; } + +::ng-deep .modal-body { + max-height: 70vh; + overflow-y: auto; + overflow-x: hidden; +}