-
Notifications
You must be signed in to change notification settings - Fork 93
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 app settings dialog #3025
Fix app settings dialog #3025
Conversation
nickvergessen
commented
Aug 12, 2022
Before | After |
---|---|
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Just for reference, the respective lines were added in #2719. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With these changes, scrolling the components content in the docs does not work anymore. Maybe one rather needs to adjust the usage in Talk?
The usage in Talk is AppSettingsDialog with tones of AppSettingsSection inside. Not sure if should be necessary for an app to overwrite overflows of a stand-alone modal component? |
Quite the same happens in the docs example, no?
I guess not. Does it maybe work if you remove the adjustments. |
The only way I got it working is with these adjustments... |
Really weird. There must be a reason, it works in the docs, but breaks with your changes. |
I cloned and build the Talk app and I couldn't reproduce the scrolling issue in the settings dialog with the Talk master branch. It works just fine (besides #3029). But I have the assumption that it could depend on how the bundler packed everything together, since this rule So the rule overwriting the style for AppSettingsDialog needs to be more specific. I will create a PR over the weekend. |
Thanks for diving in as so often recently @raimund-schluessler |
Alternative solution is in #3035. |
Closed with #3035 and nextcloud/spreed#7745. |