### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug The elements in the sticky header are slightly shifted compared to the elements in the non-sticky header, see video. This has been annoying me for a while. ### Screenshots https://github.com/user-attachments/assets/e3faa903-3f9e-4c13-873c-f0c9ee4b8098 ### Steps To Reproduce 1. Scroll down on desktop ### Expected behavior Elements in sticky header are not shifted ### Logs _No response_ ### Device information _No response_ ### Additional context I wish we could just use `position: sticky` but we can't because our non-sticky header is not the top element and sticky is only relative to parents.
Is there an existing issue for this?
Describe the bug
The elements in the sticky header are slightly shifted compared to the elements in the non-sticky header, see video.
This has been annoying me for a while.
Screenshots
2025-07-28.15-34-30.mp4
Steps To Reproduce
Expected behavior
Elements in sticky header are not shifted
Logs
No response
Device information
No response
Additional context
I wish we could just use
position: stickybut we can't because our non-sticky header is not the top element and sticky is only relative to parents.