1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

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

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;