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
As seen in in the API Docs, code blocks are not handling overflow.
If the code is going outside the container, the box should instead scroll to see the rest of the content instead of overflowing out of the box.
Looks bad and does not instill confidence in the content.
We should just be able to add overflow: scroll; to the .highlight class to fix this.
overflow: scroll;
.highlight
The text was updated successfully, but these errors were encountered:
HaSistrunk
No branches or pull requests
Describe the bug
As seen in in the API Docs, code blocks are not handling overflow.
Expected behavior
If the code is going outside the container, the box should instead scroll to see the rest of the content instead of overflowing out of the box.
Impact on your work
Looks bad and does not instill confidence in the content.
Additional context
We should just be able to add
overflow: scroll;
to the.highlight
class to fix this.The text was updated successfully, but these errors were encountered: