added scrollable overflow for sidebar
This commit is contained in:
@@ -58,7 +58,12 @@ aside {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3rem;
|
|
||||||
background: rgba(251, 252, 253, 0.9);
|
background: rgba(251, 252, 253, 0.9);
|
||||||
|
|
||||||
|
form {
|
||||||
|
overflow: auto;
|
||||||
|
padding: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user