Closed
Bug 1369180
Opened 8 years ago
Closed 8 years ago
[css-grid] 'overflow' set on grid item doesn't do anything
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1348857
People
(Reporter: brandon, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170524180630
Steps to reproduce:
Set 'overflow:auto' or 'overflow:hidden' on a grid item with contents that are wider than the grid container.
Actual results:
The grid item expands to fit the contents.
Expected results:
The grid item should cut off the contents that expand outside of the container size (and add a scrollbar if 'auto').
Reporter | ||
Comment 1•8 years ago
|
||
reftest
Updated•8 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 2•8 years ago
|
||
It's fixed in Firefox 54 which will be out in a week or so.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•