How to use position: fixed or position: sticky? #473
Unanswered
davidstellini
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I've seen this, but it's not a valid solution in my case: #362 (comment) I have a bunch of animations that alternate between fixed and relative positions, moving them in and out of the app root, where the scrollbar is, is really nasty imo, I would much rather figure out a way to do native scrolling. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have prepared a solution to this issue for Node.js users: #362 (comment) |
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
-
Since this is using translate3d, position fixed or sticky won't work inside it.
Is there any way to force it to use native scrolling?
Beta Was this translation helpful? Give feedback.
All reactions