You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: