Skip to content

Commit

Permalink
fix(datepicker): correct z-index of month/year selects (#3473)
Browse files Browse the repository at this point in the history
This is a minor change that corrects rendering of the focus outline of
the custom select used for month selection.
  • Loading branch information
peterblazejewicz authored and maxokorokov committed Nov 18, 2019
1 parent c0a2bda commit 6573b0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/datepicker/datepicker-navigation-select.scss
Expand Up @@ -3,4 +3,8 @@ ngb-datepicker-navigation-select > .custom-select {
padding: 0 0.5rem;
font-size: 0.875rem;
height: 1.85rem;

&:focus {
z-index: 1;
}
}

0 comments on commit 6573b0d

Please sign in to comment.