html,
body {
height: 100%; /* needed for proper layout */
}
overflow: hidden;
background-color: var(--pageBackground);
@media only screen and (max-width: $breakpointSmall) {
overflow-y: auto;