tempusdominus / bootstrap-4

Tempus Dominus Bootstrap 4 Datetime Picker
https://getdatepicker.com/5-4/
MIT License
609 stars 238 forks source link

A better responsive styling #246

Open jboilesen opened 5 years ago

jboilesen commented 5 years ago

It would be better to make the widget go "full screen" when using mobile views (e.g. less than 400 pixels).

For now, you have to workaround the "invisible background issue" with .bootstrap-datetimepicker-widget.dropdown-menu { width: auto !important; } in order to have "a filled background" and when using a mobile, scroll over the datetimepicker to get "monday" dates.

1. WITHOUT the workaround... invisible_background

2. WITH the workaround... invisible_background_with_workaround

Gyyone commented 4 years ago

this work for me tempusdominus-bootstrap-4.txt

garbinmarcelo commented 4 years ago

any news?