diff --git a/frontend/src/index.css b/frontend/src/index.css index dda0db7..1c0146a 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -334,6 +334,7 @@ tr:hover td { background: #f8fafc; } padding: 0 16px; height: 52px; grid-column: 1; + grid-row: 1; overflow-x: auto; } .top-bar-title { @@ -356,6 +357,7 @@ tr:hover td { background: #f8fafc; } .top-bar-nav a.active { color: var(--gold); } .page-content { grid-column: 1; + grid-row: 2; padding: 16px; } }