aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_reboot.scss9
1 files changed, 3 insertions, 6 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 656017df4..9ed8be772 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;
}