Fix maxheight on mobile

This commit is contained in:
James Ketr 2025-09-16 10:15:44 -07:00
parent 149ae691eb
commit 1204a5ef21

View File

@ -28,7 +28,7 @@ body {
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
margin: 0; height: 100dvh;
padding: 0; padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',