Remove vertical scrollbar on short pages #495
Closed
Labels
Comments
When I make height of .md-container less on 1 px, this hide scrollbar. |
The only fix I found: |
The pixel is added to induce margin collapse. It's a compromise, see: I'm searching for another solution, but haven't found one so far. |
Thank you very much for this fix, @squidfunk! |
Fixed in #501 |
Released with 1.10.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
There are vertical scrollbar on the right when I see these pages.
I found that height(.md-container) + 1 px = height(.md-container .md-main) +
height(.md-container .md-footer).
How can I fix this?
Best regards,
Andrey.
The text was updated successfully, but these errors were encountered: