I\'m trying to fix a tiny layout issue in IE11 where slider pip jumps out of its place (it\'s fine in the rest of major browsers)
I\'ve added media query to stylesheet (
The following should solve your problem. The idea is to apply CSS specific to IE.
@media all and (-ms-high-contrast:active), all and (-ms-high-contrast:none) { //Your CSS }