Skip to content

Commit

Permalink
override height in material.css instead
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rchy committed Apr 8, 2024
1 parent 62ceb08 commit 99d9005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/web/css/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 99d9005

Please sign in to comment.