diff --git a/frontend/web/css/material.css b/frontend/web/css/material.css index b39cb87cb..2a2682c7b 100644 --- a/frontend/web/css/material.css +++ b/frontend/web/css/material.css @@ -146,6 +146,11 @@ details summary>b:hover { width: 160px; text-align: right; } + +.sidebar-wrapper { + height: calc(100vh - 220px) !important; +} + .sidebar .nav p { color: white; }