mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: Overflow hidden was causing some icons to be cropped
This commit is contained in:
parent
94f16ba931
commit
3eb000a968
8
app/assets/stylesheets/vendor/normalize.scss
vendored
8
app/assets/stylesheets/vendor/normalize.scss
vendored
@ -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
Block a user