Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(sidebar): Sidebar scrolling fixed. (closes #532)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbents authored and zolotyx committed Sep 18, 2017
1 parent b07b9c3 commit b92225d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ md-sidenav-container {
max-height: 100%;
will-change: transform;
color: #424242;
overflow: hidden;
}

cs-app-sidebar {
overflow: auto;
}
}
1 change: 1 addition & 0 deletions src/app/navigation/app-sidebar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ a {
}

.top-buttons {
flex-shrink: 0;
display: flex;
justify-content: space-between;

Expand Down

0 comments on commit b92225d

Please sign in to comment.