mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-07 10:29:37 +00:00
fix(App): older iOS versions support
This commit is contained in:
parent
9c2cc0e7ff
commit
88de6bfca4
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ svg {
|
|||
html {
|
||||
width: @html-width;
|
||||
height: @html-height;
|
||||
min-width: 640px;
|
||||
min-height: 480px;
|
||||
min-width: 100%; // Fallback for browsers that don't support new CSS units
|
||||
min-height: 100%;
|
||||
font-family: 'PlusJakartaSans', 'sans-serif';
|
||||
overflow: auto;
|
||||
overscroll-behavior: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue