Commit fd00178
authored
fix(icon): remove legacy ie overflow css causing ios clipping issues (#2974)
It was reported that this normalize CSS for IE 9/10/11, in SWC which
converts to the selector :host(:not(:root)), was causing problems with
clipping in iOS mobile for Express as well as on Safari on MacOS. This
is safe to remove as the project does not support IE 11.1 parent 34c3ab2 commit fd00178
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
0 commit comments