When the parent element contains the 【overflow: auto;】 property, I got a bug! #671
Unanswered
zym-mcarlo
asked this question in
Q&A
Replies: 3 comments
-
I had the same issue and found the solution on the popper.js github : floating-ui/floating-ui#248 Here it's what my code looks like :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@MiniGab nice one, but it seems to impact the responsiveness |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess you have to choose between the two :) |
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
-
When setting the tooltip element, its parent element has overflow: auto; Property, and the height of the parent element is less than 50px,The tooltip box is overlaying the element.
Beta Was this translation helpful? Give feedback.
All reactions