mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
set overflow visible for all svgs
This commit is contained in:
parent
f2dab4bacd
commit
b751d63759
2 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,10 @@
|
|||
background-color: var(--color-backgroundlight);
|
||||
}
|
||||
|
||||
svg {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue