Make all static pages scrollable

This commit is contained in:
Maciej Ziarkowski 2019-09-06 19:12:01 +01:00
parent b438871de7
commit c710b3c59c

View File

@ -21,7 +21,7 @@ main {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
overflow: scroll;
}
@media(min-width: 768px) {