longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

Calculate left offset in respect of window limits #354

Closed f-liva closed 7 years ago

f-liva commented 7 years ago

The PR contains a small fix to the calcPosition method. Actually, the left position is calculated despite window's left limit and, in narrow displays, the calendar goes out of the window.

Before:

immagine 1498747368

After:

immagine 1498747528

No style or structural changes and backward compatibility is maintained.

holtkamp commented 7 years ago

Hey, thanks for this great contribution and screenshot to demonstrate the use case!

f-liva commented 7 years ago

👍