diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 656017df41fad405a4b0f632be6a16033cb89270..9ed8be7720187a4b63bc8643122baa8a1125c046 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -274,12 +274,9 @@ img { svg { vertical-align: middle; - - &:not(:root) { - // Workaround for the SVG overflow bug in IE10/11 is still required. - // See https://github.com/twbs/bootstrap/issues/26878 - overflow: hidden; - } + // Workaround for the SVG overflow bug in IE10/11 is still required. + // See https://github.com/twbs/bootstrap/issues/26878 + overflow: hidden; }