Baremetrics / calendar

Date range picker for Baremetrics
MIT License
679 stars 78 forks source link

Add .dr-open class and JS to add it to root element. #24

Closed pnomolos closed 8 years ago

pnomolos commented 8 years ago

Because all the root .daterange elements have the same z-index, you can run into stacking issues if you have a bunch of datepickers close to each other.

This adds a .dr-open class and adds/removes it when the calendar is open so it displays above other date pickers.