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

Commit

Permalink
Merge pull request #167 from GoogleCloudPlatform/fix_sidebarscroll
Browse files Browse the repository at this point in the history
Fix issue where sidebar content did not properly scroll
  • Loading branch information
jmuharsky committed Jul 30, 2015
2 parents f5ab1bf + c493aa9 commit 6eb3767
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/components/explorer/sidebar/sidebar-directive.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.pk-sidebar-panel {
overflow: hidden;
}

.pk-sidebar-panel-header {
height: 44px;
min-height: 44px;
Expand Down

0 comments on commit 6eb3767

Please sign in to comment.