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

Internet Explorer: top direction selected, section expanding bottom side #69

Open
iboffa opened this issue Feb 10, 2017 · 0 comments
Open

Comments

@iboffa
Copy link

iboffa commented Feb 10, 2017

Hi, I have defined my resizable sectionthis way:

Here there are the involved classes:

.lowthird{
min-height: 225px;
background: #0f1423; /* For browsers that do not support gradients /
background: -webkit-linear-gradient(#0f1423, #364c63); /
For Safari 5.1 to 6.0 /
background: -o-linear-gradient(#0f1423, #364c63); /
For Opera 11.1 to 12.0 /
background: -moz-linear-gradient(#0f1423, #364c63); /
For Firefox 3.6 to 15 /
background: linear-gradient(#0f1423, #364c63); /
Standard syntax */
z-index: 999;
left: 0;
right: 0;
bottom: 0;
flex: 1;
display: flex;
flex-flow: row nowrap;
margin-top: 6px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.lowthird{
bottom: 0;
}
}

.top-border{
border-top-style: solid;
border-top-width: 1px;
border-top-color: #edeeed;
}

In other browsers it works perfectly, but in IE it starts expanding on the bottom side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant