diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 656017df41fa..9ed8be772018 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; }