Fixed up general layout of manage page + root + styled login page.
This commit is contained in:
@@ -1 +1,10 @@
|
||||
.content-container { overflow-y : scroll; }
|
||||
.content-container {
|
||||
overflow-y: auto;
|
||||
margin: 0.5rem 1.5rem;
|
||||
padding: 1.5rem;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.layout-container {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user