mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-17 22:31:53 +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 {
|
.metadetails-content {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding-top: calc(var(--top-overlay-size) + var(--safe-area-inset-top));
|
||||||
|
|
||||||
.spacing {
|
.spacing {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -154,4 +155,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue