mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42: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 {
|
.toasts-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(1.2 * var(--nav-bar-size));
|
top: calc(1.2 * var(--nav-bar-size));
|
||||||
right: var(--nav-bar-size);
|
right: 0;
|
||||||
bottom: calc(1.2 * var(--nav-bar-size));
|
bottom: calc(1.2 * var(--nav-bar-size));
|
||||||
left: auto;
|
left: auto;
|
||||||
z-index: 0;
|
z-index: 1;
|
||||||
|
padding: 0 calc(1.2 * var(--nav-bar-size));
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue