You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m currently using Pickr in my project, and I’m trying to make it always open directly below the button (or element) specified in the el parameter, regardless of the available screen space. I’ve tried using the position parameter with values like bottom-middle, but sometimes it still adjusts its position based on the viewport.
Could you please guide me on how to force Pickr to always open below the button without adjusting? Is there a built-in way to achieve this, or would I need to manually handle positioning using custom JavaScript?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hello,
First of all, thank you for this amazing library!
I’m currently using Pickr in my project, and I’m trying to make it always open directly below the button (or element) specified in the el parameter, regardless of the available screen space. I’ve tried using the position parameter with values like bottom-middle, but sometimes it still adjusts its position based on the viewport.
Could you please guide me on how to force Pickr to always open below the button without adjusting? Is there a built-in way to achieve this, or would I need to manually handle positioning using custom JavaScript?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: