mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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 {
|
html {
|
||||||
width: @html-width;
|
width: @html-width;
|
||||||
height: @html-height;
|
height: @html-height;
|
||||||
min-width: 640px;
|
min-width: 100%; // Fallback for browsers that don't support new CSS units
|
||||||
min-height: 480px;
|
min-height: 100%;
|
||||||
font-family: 'PlusJakartaSans', 'sans-serif';
|
font-family: 'PlusJakartaSans', 'sans-serif';
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue