Skip to content

Commit

Permalink
Merge pull request #1139 from g0rchy/fix-sidebar-scrolling
Browse files Browse the repository at this point in the history
fix sidebar scrolling in small screens
  • Loading branch information
proditis authored Apr 8, 2024
2 parents f0d77af + 99d9005 commit 0f943ae
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 0f943ae

Please sign in to comment.