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: v15.2.5~83^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9f064da2078257d306cc05b1636c7cf2e6b1ceb;p=ceph.git mgr/dashboard: Configure overflow of popover in health page Fixes: https://tracker.ceph.com/issues/46657 Signed-off-by: Tiago Melo (cherry picked from commit b15b1fe33964ef697aa1179f69188773389aa246) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss - The order of CSS properties changed in the master. --- 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 dcfc4a40058a..7a5e5ff0c0a6 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 @@ max-width: 100%; max-height: 19vh; font-size: 12px; + overflow: auto; } }