Skip to content

Commit

Permalink
Merge pull request #486 from mohabmes/master
Browse files Browse the repository at this point in the history
Fix Menu doesn't have a scrollbar bug #485
  • Loading branch information
marcelfolaron committed Oct 18, 2021
2 parents 857364d + 707e5a2 commit b81a3f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/style.default.css
Expand Up @@ -1412,6 +1412,11 @@ a .label-default:after, a .label-primary:after {
font-size: 14px;
}

.leftpanel .leftmenu .nav-tabs ul.projectselector {
overflow: auto;
height: 90vh;
}

.leftpanel .leftmenu .nav-tabs ul.projectselector li.active a {
background-image:none;
color:#fff;
Expand Down

0 comments on commit b81a3f3

Please sign in to comment.