From: Tiago Melo Date: Tue, 21 Jul 2020 20:41:46 +0000 (+0000) Subject: mgr/dashboard: Configure overflow of popover in health page X-Git-Tag: v16.1.0~1574^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b15b1fe33964ef697aa1179f69188773389aa246;p=ceph.git mgr/dashboard: Configure overflow of popover in health page Fixes: https://tracker.ceph.com/issues/46657 Signed-off-by: Tiago Melo --- 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; } }