mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
toast item shadow fixed
This commit is contained in:
parent
88a2e0078b
commit
3bbcceb949
1 changed files with 3 additions and 2 deletions
|
|
@ -75,10 +75,11 @@ html {
|
|||
.toasts-container {
|
||||
position: absolute;
|
||||
top: calc(1.2 * var(--nav-bar-size));
|
||||
right: var(--nav-bar-size);
|
||||
right: 0;
|
||||
bottom: calc(1.2 * var(--nav-bar-size));
|
||||
left: auto;
|
||||
z-index: 0;
|
||||
z-index: 1;
|
||||
padding: 0 calc(1.2 * var(--nav-bar-size));
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue