Merge pull request #991 from Stremio/fix/search-page-dvc
Some checks failed
Build / build (push) Has been cancelled

Search: dynamic view calculation fix on PWA
This commit is contained in:
Timothy Z. 2025-08-25 19:16:11 +03:00 committed by GitHub
commit be072e8391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
}
.search-container {
height: 100%;
height: calc(100% - var(--safe-area-inset-bottom));
width: 100%;
background-color: transparent;