Added additional container to scenes component to prevent gaps between grid tiles.
This commit is contained in:
@@ -60,6 +60,7 @@ const stash = pageContext.pageProps.stash;
|
||||
.stash {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -115,6 +116,9 @@ const stash = pageContext.pageProps.stash;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user