Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`overflow: auto` div shouldn't be scrollable when there is an extra space. #14717
Labels
Comments
|
(cc myself) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
overflow: autodiv shouldn't be scrollable when there is an extra space at the bottom. Other browsers don't scroll either. This usually blocks scrolling the main page. I used<br>to add space to bottom in this test case. But this affects when padding or margin is specified too.Test case:
In this test case, div is not overflowed but when you scroll in the div's area, it tries to scroll the div which is supposed to stay still.