diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index 15d9c7c7..f3ef752d 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -141,4 +141,11 @@ input[type=number] { .MuiDataGrid-columnHeaders + div { width: auto !important; } + + .appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) { + overflow-y: scroll; + margin-top: 12px; + padding-bottom: 25px; + height: 100%; + } } \ No newline at end of file