From 4f27371760673121b8292964811284f19cd2bbbe Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Wed, 16 Jan 2019 16:13:39 +0000 Subject: [PATCH] mgr/dashboard: Set CdModal max-height Signed-off-by: Tiago Melo --- .../src/app/shared/components/modal/modal.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} -- 2.39.5