Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4a0664

Browse files
committed
Merge pull request plotly#305 from john-soklaski/fix-ie11-overflow
Fix clipping of charts on IE11
2 parents 8dd98a0 + 811a484 commit a4a0664

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ a {
2121
}
2222

2323
.crisp { shape-rendering: crispEdges; }
24+
25+
//Required for IE11. Other browsers set this by default.
26+
svg { overflow: hidden; }
27+
2428
svg a { fill: $color-brand-primary; }
2529
svg a:hover { fill: #3c6dc5; }
2630

0 commit comments

Comments
 (0)