From: Dnyaneshwari Date: Wed, 21 Aug 2024 07:31:43 +0000 (+0530) Subject: mgr/dashboard: can't scroll to the end of the page X-Git-Tag: v20.0.0~1204^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59376%2Fhead;p=ceph.git mgr/dashboard: can't scroll to the end of the page Fixes: https://tracker.ceph.com/issues/67549 Signed-off-by: Dnyaneshwari Talwekar --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss index 62417cf10e0..ff4e21af663 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss @@ -10,7 +10,6 @@ .container-fluid { overflow: auto; padding-bottom: 100px; - position: absolute; top: 48px; }