Skip to content

Commit 1b006f4

Browse files
committed
mgr/dashboard: Fix banner and scroll issue
- includes fix to make banner visible again - includes fix to allow scrolling on longer pages like, expand cluster and upgrade Fixes https://tracker.ceph.com/issues/67795 Signed-off-by: Afreen Misbah <[email protected]>
1 parent 257a51e commit 1b006f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.container-fluid {
1111
overflow: auto;
1212
padding-bottom: 100px;
13-
top: 48px;
13+
padding-top: 48px;
1414
}
1515

1616
.rgw-dashboard {

0 commit comments

Comments
 (0)