You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run an API Console command that forces the page to scroll, it doesn't scroll.
Looks like this is fixable by setting this css: body { overflow-y: auto; }
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
If you run an API Console command that forces the page to scroll, it doesn't scroll.
Looks like this is fixable by setting this css:
body { overflow-y: auto; }
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
Run a console function that will force the page to scroll
The text was updated successfully, but these errors were encountered: