We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ScrollAreas in Scenes don't support scrolling in them.
ScrollArea
Scene
To Reproduce Add a ScrollArea in a Scene and try to move it by scrolling. Instead of moving the ScrollArea, it will move the Scene.
Expected behavior The ScrollArea scrolls to show the new content.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
ScrollArea
s inScene
s don't support scrolling in them.To Reproduce
Add a
ScrollArea
in aScene
and try to move it by scrolling.Instead of moving the
ScrollArea
, it will move theScene
.Expected behavior
The
ScrollArea
scrolls to show the new content.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: