diff --git a/frontend/css/main.css b/frontend/css/main.css index 9c1fe2f..45dc075 100644 --- a/frontend/css/main.css +++ b/frontend/css/main.css @@ -299,6 +299,7 @@ body { shifting the whole dashboard layout out of alignment with the sidebar. */ .main-wrapper { margin-left: var(--sidebar-width); + flex: 1; display: flex; flex-direction: column; height: 100vh;