-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fix scroll #33
Comments
That one is not that easy unfortunately. The obvious solution would be to set Of course we could try tricks such as setting One potential quick fix would be to only add |
Ideally we should portal the color picker and other floating elements to a container outside of the overflow-hidden one, that would be the safest solution. Do we have that kind of control for the colors? (I guess we do for the joystick input) |
Just that wouldn't work because of the scrolling + we would have to set the initial position manually with js. Not saying it's impossible, but handling the sync is ugly and adds some logic. Maybe v1.1? |
What about manually checking if it overflows the window and setting Could be done after the drag is finished as well. |
Yes we could do that. Then I guess could also manage in which direction should the overlays pop (either on upwards or downwards, depending on their position on the screen). |
When the panels are higher than the window, bad stuff happens. We should handle scroll inside the pane itself
The text was updated successfully, but these errors were encountered: