We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7f777 commit 3fb8834Copy full SHA for 3fb8834
1 file changed
src/css/AlgoScreen.css
@@ -49,7 +49,8 @@ div#x-ScrollContainer {
49
background: #ffffff;
50
/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
51
text-align: left; /* this overrides the text-align: center on the body element. */
52
- height: 100%; /* keeps the page full height like an app*/
+ height: 100%;
53
+ height: 100svh; /* keeps the page full height like an app*/
54
display: flex;
55
flex-flow: column;
56
}
0 commit comments