fix #200
This commit is contained in:
parent
d1a95c664d
commit
ca7c07a23c
1 changed files with 10 additions and 0 deletions
|
@ -163,3 +163,13 @@ main {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Settings {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SettingsBody {
|
||||||
|
min-height: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue