diff options
Diffstat (limited to 'ui/css')
-rw-r--r-- | ui/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/css/style.css b/ui/css/style.css index 3d92840..963f4c5 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -27,9 +27,9 @@ body, html { overflow-y: auto; /* Add vertical scrolling */ } -.section.overview_control { +/*.section.overview_control { grid-row: 1 / span 2; /* Span the top left section across both rows */ -} +/*}*/ .table-wrapper { flex-grow: 1; /* Table wrapper takes remaining space */ |