UX: Overflow hidden was causing some icons to be cropped

This commit is contained in:
Kris 2019-01-31 14:03:11 -05:00
parent 94f16ba931
commit 3eb000a968
1 changed files with 0 additions and 8 deletions

View File

@ -184,14 +184,6 @@ img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */