Fix page flickering

This commit is contained in:
2022-12-25 19:29:30 -08:00
parent a0df472552
commit bbe139f779
3 changed files with 11 additions and 9 deletions

View File

@@ -48,14 +48,16 @@ button.sc-carousel-arrow__circle {
height: 30px !important;
}
html, body {
height: 100%;
width: 100%;
body {
margin: 0;
display: table;
}
#footer {
display: table-row;
height: 100px;
#page-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
#page-container > * {
width: 100%
}