From b15b1fe33964ef697aa1179f69188773389aa246 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Tue, 21 Jul 2020 20:41:46 +0000 Subject: [PATCH] mgr/dashboard: Configure overflow of popover in health page Fixes: https://tracker.ceph.com/issues/46657 Signed-off-by: Tiago Melo --- .../src/app/ceph/dashboard/info-card/info-card-popover.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss index 4680dafe4026..a54033753753 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss @@ -8,6 +8,7 @@ font-size: 1rem; max-height: 19vh; max-width: 100%; + overflow: auto; } } -- 2.47.3