fix(App): older iOS versions support

This commit is contained in:
Timothy Z. 2025-01-15 12:35:21 +02:00
parent 9c2cc0e7ff
commit 88de6bfca4

View file

@ -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;