Fix overflow not scrolling properly in settings panel
This commit is contained in:
parent
4b624e37c4
commit
af93c329ad
|
@ -28,9 +28,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
height: 50px;
|
flex: 0 0 48px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Reference in New Issue