Skip to content

Commit 3fb8834

Browse files
committed
style: switch from 100% to svh to attmpt to mitigate vertical scroll on mobile
1 parent dd7f777 commit 3fb8834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/css/AlgoScreen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ div#x-ScrollContainer {
4949
background: #ffffff;
5050
/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
5151
text-align: left; /* this overrides the text-align: center on the body element. */
52-
height: 100%; /* keeps the page full height like an app*/
52+
height: 100%;
53+
height: 100svh; /* keeps the page full height like an app*/
5354
display: flex;
5455
flex-flow: column;
5556
}

0 commit comments

Comments
 (0)