Skip to content

Commit

Permalink
Make menu bar scrollable again (kubeflow#5964)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Jun 22, 2021
1 parent 6560d9f commit 841c4d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/centraldashboard/public/components/main-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
flex: 1
}

.scrollable {
height: 100%;
overflow: auto;
}

#MainDrawer {
color: white;
--app-drawer-content-container: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ app-drawer-layout.flex(narrow='{{narrowMode}}',
app-drawer#MainDrawer(slot='drawer')
figure.logo
|!{logo}
div.flex
div.flex.scrollable
a(href$='[[_buildHref("/", queryParams.*)]]', tabindex='-1')
paper-item.menu-item#home
iron-icon(icon='home')
Expand Down

0 comments on commit 841c4d5

Please sign in to comment.