Skip to content

Commit

Permalink
fix: solve #58
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Jan 21, 2021
1 parent ed8ebbb commit 6a1432a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/scss/lbdr/_sidebar-and-main-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
max-height: 40px;
}
}

@media (max-width: 991px){
.sidebar .nav > li.active.active-pro {
position: relative;
bottom: unset;
}
}

0 comments on commit 6a1432a

Please sign in to comment.