set overflow visible for all svgs

This commit is contained in:
NikolaBorislavovHristov 2019-09-25 14:03:38 +03:00
parent f2dab4bacd
commit b751d63759
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,10 @@
background-color: var(--color-backgroundlight);
}
svg {
overflow: visible;
}
html {
width: 100%;
height: 100%;

View file

@ -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 {