We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What the title said, unless I am using it incorrectly, I don't think there is such thing as scrolling with the console-log-viewer?
The text was updated successfully, but these errors were encountered:
no currently it is kinda, what you can do is increase the total logs in js
ConsoleLogViewer.TOTAL = 999;
and also try to overwrite the styles in css
<style> #debug_console { max-height: 50vh; overflow: scroll!important; } </style>
I havent tried this for you but maybe it helps
Sorry, something went wrong.
No branches or pull requests
What the title said, unless I am using it incorrectly, I don't think there is such thing as scrolling with the console-log-viewer?
The text was updated successfully, but these errors were encountered: