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 upRoot element with absolute positioning ignores min-width #16248
Closed
Comments
|
This is the cause of the misalignment for the Google sign in page. |
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
May 15, 2017
Fixes servo#16248.
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
May 15, 2017
Fixes servo#16248.
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Fix containing block size for absolute root element The root element doesn't have a containing block, so use the viewport size instead of `self.base.absolute_cb`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16248 (github issue number if applicable). - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16881) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 16, 2017
Fix containing block size for absolute root element The root element doesn't have a containing block, so use the viewport size instead of `self.base.absolute_cb`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16248 (github issue number if applicable). - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16881) <!-- Reviewable:end -->
mbrubeck
added a commit
to mbrubeck/servo
that referenced
this issue
May 16, 2017
Fixes servo#16248.
bors-servo
added a commit
that referenced
this issue
May 18, 2017
Fix containing block size for absolute root element The root element doesn't have a containing block, so use the viewport size instead of `self.base.absolute_cb`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16248 (github issue number if applicable). - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16881) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to #15571, but that issue is related to the background being clipped incorrectly.
In Firefox the border fills the viewport width, while in Servo it fills the viewport height but only a small portion of the viewport width.