fooloomanzoo / datetime-picker

A minimal picker for date and time for Polymer, that can use the native input
MIT License
78 stars 18 forks source link

Layout looks weird on Safari #27

Closed johanbyren closed 6 years ago

johanbyren commented 6 years ago

The layout seems to go all over the place on Safari. All other browsers it is great. image

image

Link: https://codepen.io/johanbyren/pen/RxaawW (It works fine in chrome but looks weird in Safari)

fooloomanzoo commented 6 years ago

Sorry, I can not test the element on Safari. But there were changes for the layout since the version you are using. Does it still look weird on Safari when you update your elements? https://codepen.io/fooloomanzoo/pen/jYzvgg

johanbyren commented 6 years ago

Yes sorry, It's no different.

fooloomanzoo commented 6 years ago

it looks like the input replacement takes more than it should. There could be a difference on how Safari treats "inline-flex".

fooloomanzoo commented 6 years ago

I had the change to see the problem on Safari and its a one-liner. It is fixed in the newest version