You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
241 B

html,body{
height: 100%;
}
body{
display: flex;
flex-direction: column;
}
.section{
height: 0;
flex-grow: 1;
}
.container{
height: 100%;
}
#root{
height: 100%;
}
.bytemd {
height: 100%;
z-index: 99;
}