Fix scrolling in settings

This commit is contained in:
Mikunj 2020-05-26 13:59:42 +10:00
parent d6374f53d6
commit ebc768887f
1 changed files with 3 additions and 1 deletions

View File

@ -1065,7 +1065,8 @@ label {
flex-direction: column;
&-list {
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
}
&-header {
@ -1135,6 +1136,7 @@ label {
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
&__version-info {