mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-06 11:39:32 +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;
|
||||
user-select: none;
|
||||
touch-action: manipulation;
|
||||
background-color: var(--primary-background-color);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
@media (display-mode: standalone) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue