Skip to content

Commit

Permalink
Fix the spacing on the time picker (Hacker0x01#1495)
Browse files Browse the repository at this point in the history
An extra 70px of padding is turning up on the time picker in the latest versions of Firefox, Chrome and Safari, this is forcing hte time select to be clipped and not displayed properly. This is related to issue Hacker0x01#1489 Hacker0x01#1489
  • Loading branch information
benlloydjones authored and martijnrusschen committed Sep 30, 2018
1 parent 369a211 commit f19deef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylesheets/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
margin: 0;
height: calc(195px + (#{$datepicker__item-size} / 2));
overflow-y: scroll;
padding-right: 30px;
padding-right: 0px;
padding-left: 0px;
width: 100%;
box-sizing: content-box;

Expand Down

0 comments on commit f19deef

Please sign in to comment.