From 43be486375f1ec02ffe064f8f78445404a4d9cbb Mon Sep 17 00:00:00 2001 From: Dnyaneshwari Date: Wed, 21 Aug 2024 13:01:43 +0530 Subject: [PATCH] mgr/dashboard: can't scroll to the end of the page Fixes: https://tracker.ceph.com/issues/67549 Signed-off-by: Dnyaneshwari Talwekar --- .../layouts/workbench-layout/workbench-layout.component.scss | 1 - 1 file changed, 1 deletion(-) 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 62417cf10e070..ff4e21af663e1 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; } -- 2.39.5