Skip to content

Commit

Permalink
fix(style): adding overflow:hidden to year/month chooser -> IE render…
Browse files Browse the repository at this point in the history
…ed wrong
  • Loading branch information
crsten committed Oct 7, 2016
1 parent 2452dc3 commit dc38b84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions dist/datepickk.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,12 @@
justify-content: space-between;
background-color: rgba(27, 54, 63, 0.9);
height: 0;
opacity: 1;
overflow: hidden;
pointer-events: none;
transition: height .2s ease;
}
#Datepickk .d-month-picker.d-show {
height: 44px;
opacity: 1;
pointer-events: auto;
}
#Datepickk .d-month-picker > div {
Expand Down Expand Up @@ -374,13 +373,12 @@
justify-content: space-between;
background-color: rgba(27, 54, 63, 0.9);
height: 0;
opacity: 1;
overflow: hidden;
pointer-events: none;
transition: height .2s ease;
}
#Datepickk .d-year-picker.d-show {
height: 44px;
opacity: 1;
pointer-events: auto;
}
#Datepickk .d-year-picker > div {
Expand Down
2 changes: 1 addition & 1 deletion dist/datepickk.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit dc38b84

Please sign in to comment.