mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
toast adapted to nav bar
This commit is contained in:
parent
f4e9010cd4
commit
1a1c29bbdf
1 changed files with 3 additions and 3 deletions
|
|
@ -75,12 +75,12 @@ html {
|
|||
|
||||
.toasts-container {
|
||||
position: absolute;
|
||||
top: calc(1.2 * var(--nav-bar-size));
|
||||
top: calc(1.2 * var(--horizontal-nav-bar-size));
|
||||
right: 0;
|
||||
bottom: calc(1.2 * var(--nav-bar-size));
|
||||
bottom: calc(1.2 * var(--horizontal-nav-bar-size));
|
||||
left: auto;
|
||||
z-index: 1;
|
||||
padding: 0 calc(1.2 * var(--nav-bar-size));
|
||||
padding: 0 calc(1.2 * var(--horizontal-nav-bar-size));
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue