diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss index 4a5f9ae8a62..95fe13a9b75 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss @@ -240,6 +240,7 @@ .datatable-row-detail { padding: 20px; border-bottom: 2px solid $color-table-header-border; + overflow-y: visible !important; } .expand-collapse-icon { display: block; @@ -259,6 +260,7 @@ } } .datatable-footer { + display: unset !important; .selected-count, .page-count { font-style: italic;