SVG fix on IE is now commented

This commit is contained in:
Raphael Goetter 2017-12-22 09:34:24 +01:00
parent 10a6b31380
commit 88373ffc63

View File

@ -26,9 +26,9 @@
} }
} }
// SVG width IE fix // SVG width IE fix. WARNING: use only if you have SVG problems on IE.
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { // @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img[src$=".svg"] { // img[src$=".svg"] {
width: 100%; // width: 100%;
} // }
} // }