Skip to content

Commit

Permalink
Fix Menu doesn't have a scrollbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabmes committed Oct 18, 2021
1 parent 857364d commit 707e5a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/style.default.css
Original file line number Diff line number Diff line change
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 707e5a2

Please sign in to comment.