Skip to content

Commit 0a61e1e

Browse files
authored
Merge pull request #2172 from kunal-gg/kunal/fix-scrollbar
Kunal/fix scrollbar
2 parents 5c14bec + 8f2fe5c commit 0a61e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_preferences.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
flex-direction: column;
1818
}
1919
& .react-tabs__tab-panel {
20-
overflow-y: scroll;
20+
overflow-y: auto;
2121
}
2222
}
2323

0 commit comments

Comments
 (0)