Skip to content

Commit

Permalink
fix css issue when dense=true and content is scrollable (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
panthony authored and miguelcobain committed May 11, 2018
1 parent 4926753 commit a45979e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/ember-paper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@

// some overrides that are needed for ember-paper (avoid if possible)
@import './overrides/paper-autocomplete';
@import './overrides/paper-menu';
4 changes: 4 additions & 0 deletions app/styles/overrides/paper-menu.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// @see https://github.com/angular/material/pull/11279
md-menu-content.md-dense md-menu-item {
min-height: $dense-menu-item-height;
}

0 comments on commit a45979e

Please sign in to comment.