mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 15:30:40 +00:00
fix: respect PWA safe area in metadetails
This commit is contained in:
parent
0c05ec335a
commit
a20640d87f
1 changed files with 2 additions and 1 deletions
|
|
@ -140,6 +140,7 @@
|
|||
.metadetails-content {
|
||||
display: block;
|
||||
overflow-y: auto;
|
||||
padding-top: calc(var(--top-overlay-size) + var(--safe-area-inset-top));
|
||||
|
||||
.spacing {
|
||||
display: none;
|
||||
|
|
@ -154,4 +155,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue