diff --git a/src/App/styles.less b/src/App/styles.less index 78ff3b262..2b0f0b307 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -48,6 +48,10 @@ background-color: var(--color-backgroundlight); } +svg { + overflow: visible; +} + html { width: 100%; height: 100%; diff --git a/src/common/MetaItem/styles.less b/src/common/MetaItem/styles.less index 5e578c66c..35ecd60bf 100644 --- a/src/common/MetaItem/styles.less +++ b/src/common/MetaItem/styles.less @@ -101,7 +101,6 @@ display: block; width: 100%; height: 100%; - overflow: visible; filter: drop-shadow(0 0 0.5rem var(--color-backgroundlight)); .play-icon-circle-centered-background {