Skip to content

Commit 04547fa

Browse files
committed
instead of removing scrollbar made it appear when necessary
1 parent 68b7940 commit 04547fa

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: hidden;
20+
overflow-y: auto;
2121
}
2222
}
2323

0 commit comments

Comments
 (0)