mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-07 06:19:30 +00:00
added shadow to subs picker
This commit is contained in:
parent
1b9da9a80d
commit
fce0d44e54
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
bottom: 8rem;
|
||||
max-height: calc(100% - 16rem);
|
||||
max-width: calc(100% - 4rem);
|
||||
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
|
||||
0 1.1rem 0.85rem @color-background-dark5-20;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue