Fix overflow not scrolling properly in settings panel

This commit is contained in:
Andrew Kingston 2022-04-26 07:42:27 +01:00
parent 4b624e37c4
commit af93c329ad
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
overflow: auto;
}
.header {
height: 50px;
flex: 0 0 48px;
display: flex;
flex-direction: row;
justify-content: flex-start;