added shadow to subs picker

This commit is contained in:
nklhrstv 2020-03-10 12:58:32 +02:00
parent 1b9da9a80d
commit fce0d44e54

View file

@ -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;
}
}