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
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Describe the bug
I have a div positioned far down on a page that has a datepicker. This datepicker shows a litepicker instance when pressed which positions itself relative to the parentEl but calculates it top attribute relative to the body.
To Reproduce
Steps to reproduce the behavior:
Create a div which has margin-top: 500px for example and position: relative
Initialise a Litepicker inside the child div with it set as its parentEl.
Expected behavior
The litepicker is positioned relative to the parentEl in step 1 and gets the correct top positioning relative to its parent.
jsfiddle.net / codepen.io / etc
Please provide a link with bug.
Additional context
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I have a div positioned far down on a page that has a datepicker. This datepicker shows a litepicker instance when pressed which positions itself relative to the parentEl but calculates it top attribute relative to the body.
To Reproduce
Steps to reproduce the behavior:
margin-top: 500px
for example andposition: relative
Expected behavior
The litepicker is positioned relative to the parentEl in step 1 and gets the correct top positioning relative to its parent.
jsfiddle.net / codepen.io / etc
Please provide a link with bug.
Additional context
The text was updated successfully, but these errors were encountered: