UX: Overflow hidden was causing some icons to be cropped
This commit is contained in:
parent
94f16ba931
commit
3eb000a968
|
@ -184,14 +184,6 @@ img {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow not hidden in IE 9/10/11.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
|
|
Loading…
Reference in New Issue