fosterful / scheduler

Scheduling app
http://app.fosterful.org
MIT License
27 stars 15 forks source link

Blockout calendar UI problem #59

Closed benjaminwood closed 5 years ago

benjaminwood commented 5 years ago

At desktop size, the date picker for the 'until' recurrence option is off screen.

image

benjaminwood commented 5 years ago

Maybe not the best option but we could consider setting overflow: visible on .blockout-modal-content

image

nshoes commented 5 years ago

Can the calendar just render to the right of the input?

benjaminwood commented 5 years ago

Yes, but we have to conditionally move it depending on responsive layout. I think this broken when @kyleboe fixed it on mobile.

kyleboe commented 5 years ago

Resolved with #64