2
0

added scrollable overflow for sidebar

This commit is contained in:
2018-08-03 13:11:43 +02:00
parent 8af2097aa5
commit 1127b00824

View File

@@ -58,7 +58,12 @@ aside {
bottom: 0;
left: auto;
justify-content: center;
padding: 0;
margin: 0;
padding: 3rem;
background: rgba(251, 252, 253, 0.9);
form {
overflow: auto;
padding: 3rem;
}
}