-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
[WelcomeUX] Elements get cut off when resize window #18858
Comments
@chrmarti it seems we have some custom scroll capability (not standard Can you tell me how to enable vertical scrolling for this? |
It should do that automatically. I think you only need to make sure the outer div grows with the content and doesn't stop at 100%. The reason we're doing something custom made is that we want our custom scrollbars. /cc @joaomoreno |
ScrollableElement doesn't work with absolute positioned content. This seems to work better (needs proper selector):
|
@chrmarti If you just want lookalike scrollbars, check the |
I've assigned this to January, move it out if not applicable. |
@joaomoreno I have already hacked up my own pageUp/Down actions. Should I turn back now? :D |
@chrmarti Why the |
@joaomoreno I need to read the instructions again, thought we start adding |
Testing #18091
See below, where the top of the welcome screen is cut off. Scrolling using mouse wheel also doesn't work.
The text was updated successfully, but these errors were encountered: