Better scroll area

This commit is contained in:
2021-12-26 15:16:09 +01:00
parent b9e4a4558c
commit ee500ebeea
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
.container {
overflow-y: auto;
display: flex;
flex-direction: column;
flex-grow: 2;
}

View File

@ -1,5 +1,4 @@
.container {
overflow: auto;
display: flex;
flex-direction: column-reverse;
flex-shrink: 2;