From 9dabbec7252fba3c51436887b1c5b079982f27b4 Mon Sep 17 00:00:00 2001 From: Devika Babrekar Date: Wed, 10 Jun 2026 20:11:48 +0530 Subject: [PATCH] mgr/dashboard: Fix for EC profile creation modal scrollbar Fixes: https://tracker.ceph.com/issues/77298 Signed-off-by: Devika Babrekar (cherry picked from commit 8e7dc4e4e742b9b90c9dafb84af4107ab2d91a4e) --- ...ure-code-profile-form-modal.component.html | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html index 2bcb4ce81a66..3f58b19c88c6 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html @@ -1,7 +1,7 @@ - + + + + -- 2.47.3