You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fix for this, it's pretty straightforward.
The problem is that we add position: absolute to headerArea, when it's collapsed, and it looses it's width, so it looks like this (when I remove visibility: hidden)
Solution for this would be to add left: 0, right: 0 or width:
Describe the bug
When the user starts scrolling,
headerArea
collapses, and a large section is added above the contentIsolated Example
https://stackblitz.com/edit/github-sr4l8x?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
Content to not jumb down
Screenshots or Videos
UI5 Web Components for React Version
2.4.0
UI5 Web Components Version
2.4.0
Browser
Chrome
Operating System
macOs Sequoia 15.1
Additional Context
No response
Relevant log output
No response
Organization
TronIT
Declaration
The text was updated successfully, but these errors were encountered: