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
Description For all Katex blocks, an unnecessary horizontal scroll bar is always displayed, even if the Katex formula fits properly without scrolling.
To Reproduce Steps to reproduce the behaviour:
$$
Expected behaviour A scrollbar should only be visible when the formula does not fit the view.
Screenshots and Source
Desktop (please complete the following information):
node
npm
The text was updated successfully, but these errors were encountered:
Hey, which renderEngine do you have configured?
Sorry, something went wrong.
Using the default settings, katex
katex
Thanks. Seems fixed by small CSS rule change. I'll post a fix later today.
saberzero1
No branches or pull requests
Description
For all Katex blocks, an unnecessary horizontal scroll bar is always displayed, even if the Katex formula fits properly without scrolling.
To Reproduce
Steps to reproduce the behaviour:
$$
...$$
Expected behaviour
A scrollbar should only be visible when the formula does not fit the view.
Screenshots and Source

Desktop (please complete the following information):
node
Version: 20.19.0npm
version: 10.8.2The text was updated successfully, but these errors were encountered: