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
A double scrollbar appears with large docs (as soon as the doc is larger than the viewscreen). (seen in Chrome)
The text was updated successfully, but these errors were encountered:
There is a scroll bar for the tag code and a scroll bar for the script code ... that is expected right now, is that what you are talking about here?
Sorry, something went wrong.
No I'm talking about an overall scroll bar:
I think this would be fixed by giving the #flex-container div a height of height: calc( 100% - 70px );
#flex-container
height: calc( 100% - 70px );
Thanks for the screen shot - that css didn't seam to fix it.
No branches or pull requests
A double scrollbar appears with large docs (as soon as the doc is larger than the viewscreen). (seen in Chrome)
The text was updated successfully, but these errors were encountered: