Flipped popper CSS #992
Unanswered
Daniel-Walbolt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I implemented my own advanced transition following the floating-vue documentation.
Here's what the CSS looks like
When anchored above the reference element, the pop-up looks like it comes from the reference smoothly. However, say the user scrolls down enough for the pop-up to appear below the reference element because of the flip() feature from floating-ui. The transition no longer has the same effect. It's subtle, but I think it should be possible.
Just wondering if there is a way to detect in the CSS that the popper is flipped, something like:
Beta Was this translation helpful? Give feedback.
All reactions