Skip to main content

All Questions

0 votes
1 answer
121 views

SCSS changes display: flex; to display: grid;

I am making an internal website for a company. We have to use Internet explorer. I am using SCSS to make this work. This works well in most cases except when I want to use flexbox SCSS changes ....
André Jarboe II's user avatar
10 votes
1 answer
5k views

Making flexbox inherit proper width in IE11

We have a series of div components that are supposed to flex in IE11 as per the same behavior in Chrome. Within the following fiddle, you will find checkbox elements that make up a 'column' structure, ...
Xenyal's user avatar
  • 2,213
0 votes
2 answers
142 views

Site gallery breaks with flexbox in IE11

On my current website, the responsive gallery at the top of the home page works great on all browsers but IE. I am looking at it in IE11, and it breaks the flexbox. I'm using Autoprefixer to add the ...
MikesBarto2002's user avatar