From: Afreen Misbah Date: Tue, 3 Feb 2026 11:59:45 +0000 (+0530) Subject: mgr/dashboard: Fix footer of notification panel X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67180%2Fhead;p=ceph.git mgr/dashboard: Fix footer of notification panel Fixes https://tracker.ceph.com/issues/74735 Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel/notification-panel.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel/notification-panel.component.scss index e7d227fb82c7..745c39c53033 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel/notification-panel.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-panel/notification-panel.component.scss @@ -10,7 +10,8 @@ $inline-min-size: 20rem; position: fixed; z-index: 2; - overflow: auto; + overflow-y: auto; + overflow-x: hidden; background-color: var(--cds-layer-01); border-block-end: 1px solid var(--cds-border-subtle-02); border-inline-start: 1px solid var(--cds-border-subtle-02);