Skip to main content

All Questions

1 vote
4 answers
1k views

Why is this flexbox layout not working in IE11? [duplicate]

I have the following basic HTML/CSS for a flexbox layout I'm trying to use for a web page: body, div, html, h1, h2, li, p, ul { margin: 0; padding: 0; } html, body { height: 100%...
HartleySan's user avatar
  • 7,700
0 votes
1 answer
162 views

Flexbox - last element placement "floating" right

I have to write some grid fallback for IE11. I want Item 4 to be placed on the lower right so Item 1 can stretch all the way down to the bottom? I think this is impossible with flexbox, right? : ...
KSPR's user avatar
  • 2,334
-1 votes
1 answer
591 views

angular material ie11 fix nested layout column overflow double scroll bar

the double scroll bar in ie11 Facing particular issue in ie11 where the content of the container is overflowing the height of the container and ERGO the double scroll bar is observed in the ie 11 ...
Swapnil Srivastava's user avatar
1 vote
0 answers
2k views

angular material layout-fill IE11 issue

I'm using Angular Material for a webApp, and having an issue with layout-fill attribute. the code: <body> <md-toolbar layout="row"> <div class="md-toolbar-tools" style="...
Joan Carles Gil's user avatar