David Day
David Day
Both @vetinary and @kingconan provided solutions that work, however the behavior is not right when you need to scroll in the modal. The daterangepicker will appear on the far-right side...
I use the following workaround: ```lang-css pre > code { overflow-x: scroll; } ```
@coliff - your approach looks good to me. If I were implementing something like this then I'd essentially take your code and plug it into a custom plugin.
Not to be pedantic, but the documentation states "any button", but what you've provided are two inputs. The reason why your request is not feasible is because Pico uses the...