-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Causes Frame Inside of ScrollArea to Extend Beyond ScrollArea #1621
Comments
It's almost certainly not a bug with the frame, as I was able to reproduce this with a textarea with no frame behind it - the text goes over. |
I've run into this same issue. Code and screenshots provided below. Expand Code
|
Also related #3385 |
Describe the bug
The bug seems to come from adding a Frame to the inside of a ScrollArea. The bug is that when the ScrollArea has not been scrolled, everything appears as expected, but when you scroll down, the contents of the ScrollArea shift upwards by a small amount so that they extend slightly past where the ScrollArea is:
Scrolled to the top:
Scrolled down at all:
It may be difficult to see, but this is a zoomed-in version of the second picture:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior would be that it displays in the correct bounds of the ScrollArea, just like it does when you are scrolled to the top.
Desktop:
I'm not sure if this is a bug in ScrollArea, or Frame somehow. Maybe both somehow.
The text was updated successfully, but these errors were encountered: