refactor app grid

- make content container scrollable, more flexible
This commit is contained in:
geoffrey45
2022-05-28 22:42:54 +03:00
parent 47eb5b49cd
commit 48bc4de569
6 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ onMounted(() => {
display: grid;
grid-template-columns: 1fr min-content max-content;
padding-bottom: 1rem;
margin: $small $small 0 $small;
margin: $small $small 0 0;
border-bottom: 1px solid $gray3;
height: 3rem;