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 upoverflow:hidden + inline-block + position:relative: element not painted #7571
Labels
Comments
|
/cc @pcwalton |
bors-servo
pushed a commit
that referenced
this issue
Sep 15, 2015
Actually store the overflow for inline-block elements. Fixes #7571 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7588) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Sep 17, 2015
Actually store the overflow for inline-block elements. Fixes #7571 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7588) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Sep 17, 2015
Actually store the overflow for inline-block elements. Fixes #7571 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7588) <!-- Reviewable:end -->
josiahdaniels
added a commit
to josiahdaniels/servo
that referenced
this issue
Sep 28, 2015
Fixes servo#7571
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
divis not visible. Remove one of them:overflow|display|position, and the div shows up.