mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-16 17:22:38 +00:00
fix: PWA safe area inset bg color
This commit is contained in:
parent
3098f6417f
commit
df0d24a7d9
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ html {
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
|
background-color: var(--primary-background-color);
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
@media (display-mode: standalone) {
|
@media (display-mode: standalone) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue