]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Set CdModal max-height
authorTiago Melo <tmelo@suse.com>
Wed, 16 Jan 2019 16:13:39 +0000 (16:13 +0000)
committerTiago Melo <tmelo@suse.com>
Tue, 5 Feb 2019 12:02:33 +0000 (12:02 +0000)
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss

index 6222bb19a14227bf2b529ac80ba6cd94ed7e0ac5..4b3e4e267d62140daf254465177309c47f5c8c94 100644 (file)
@@ -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;
+}