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: testing/wip-pdonnell-testing-20240827.205210-debug~24^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=43be486375f1ec02ffe064f8f78445404a4d9cbb;p=ceph-ci.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; }