Fix scrolling in settings

pull/1142/head
Mikunj 5 years ago
parent d6374f53d6
commit ebc768887f

@ -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 {

Loading…
Cancel
Save