Skip to content
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

Scrolling on phones does not work after editing a catch #4

Closed
crAZiAc opened this issue Jan 10, 2022 · 1 comment
Closed

Scrolling on phones does not work after editing a catch #4

crAZiAc opened this issue Jan 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@crAZiAc
Copy link
Owner

crAZiAc commented Jan 10, 2022

On phones, after editing a catch, scrolling does not work anymore

@crAZiAc crAZiAc added the bug Something isn't working label Jan 10, 2022
@crAZiAc crAZiAc self-assigned this Jan 10, 2022
@crAZiAc
Copy link
Owner Author

crAZiAc commented Jan 11, 2022

Added this to app.css to fix this:

body.mdc-dialog-scroll-lock {
    overflow: inherit;
}

@crAZiAc crAZiAc closed this as completed Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant