material-components / material-components-web

Modular and customizable Material Design UI components for the web
https://material.io/develop/web
MIT License
17.14k stars 2.15k forks source link

mdc-layout-grid--fixed-column-width does not implement breakpoints for landscape view #1456

Open tylkomat opened 6 years ago

tylkomat commented 6 years ago

What MDC-Web Version are you using?

0.22.0

What browser(s) is this bug affecting?

any

What OS are you using?

Windows 10

What are the steps to reproduce the bug?

Set device emulation to a tablet (Nexus 7)

What is the expected behavior?

The layout should stays within the screen boundaries.

What is the actual behavior?

The layout overflows the device screen creating a horizontal scrollbar. Since the fixed default width of 1176 px is larger than the screen size.

Any other information you believe would be useful?

kfranqueiro commented 6 years ago

Thanks for the report. Looks like I can also somewhat reproduce this with the default iPad dimensions in Chrome's device emulation:

image

ftobiasSeracom commented 4 years ago

I am still encountering this issue in 2019, has there been progress on this?