mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
popup shadown fixed
This commit is contained in:
parent
f6cc388b8f
commit
530bd021d3
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
||||
|
||||
.label-container {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
|
@ -7,8 +9,8 @@
|
|||
z-index: 1;
|
||||
overflow: visible;
|
||||
visibility: hidden;
|
||||
box-shadow: 0 1.35rem 2.7rem var(--color-backgrounddarker40),
|
||||
0 1.1rem 0.85rem var(--color-backgrounddarker20);
|
||||
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
|
||||
0 1.1rem 0.85rem @color-background-dark5-20;
|
||||
cursor: auto;
|
||||
|
||||
&.menu-direction-top-left {
|
||||
|
|
|
|||
Loading…
Reference in a new issue