Replies: 1 comment
-
Issue resolved in version 11.0.1 I had 11.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Object.assign(arrowEl.style, { left: arrowX != null ?
${arrowX}px: '', top: arrowY != null ?
${arrowY}px` : '',right: '',
bottom: '',
Why is the arrow being shifted -35px? My arrow is no longer attached to my dialog window -- its 35px away!
I use floatingUI but I don't think I can override this.
I see my middleware data coming in but I don't see how I can get rid of that offset.
Beta Was this translation helpful? Give feedback.
All reactions