Make all static pages scrollable
This commit is contained in:
parent
b438871de7
commit
c710b3c59c
@ -21,7 +21,7 @@ main {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width: 768px) {
|
@media(min-width: 768px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user