Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MdSteppers] content overflows on resize #1390

Closed
Tamakiwan opened this issue Jan 10, 2018 · 0 comments
Closed

[MdSteppers] content overflows on resize #1390

Tamakiwan opened this issue Jan 10, 2018 · 0 comments
Labels

Comments

@Tamakiwan
Copy link

Tamakiwan commented Jan 10, 2018

Steps to reproduce

Putting a md-layout inside of a stepper. This layout has a couple of md-layout-items with the classes md-small-size-50 and md-xsmall-size-100. When the window is resized so that the content gets rearranged, the stepper doesn't resize, resulting in the overflowing content being hidden without even a scroll view to access it.
(The described layout is just an easy to reproduce example, but I've observed the same behavior on the most simple content, such as a couple of

tags, as is the case of the second or third step in the codepen at the bottom of this issue).

Which browser?

Tested on Chrome.

What is expected?

The stepper should resize according to the height of the content, resulting in the size the stepper is set to, once the page with the wrongly sized stepper is reloaded. Alternatively, the overflow property of the stepper should be set to auto, to keep the overflown content accessible.

What is actually happening?

The content overflows the stepper.

Reproduction Link

Drag the separator to make the window smaller and see the overflown content, and reload to see the actually resized stepper.
https://codepen.io/MarinaGranell/pen/YYaGoL?editors=1010

@Samuell1 Samuell1 added the bug label Jan 11, 2018
@Samuell1 Samuell1 changed the title Stepper content overflows on resize [MdSteppers] content overflows on resize Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants