Skip to content

Commit 4ffe4df

Browse files
fix: remove persistent scrollbar on token list (#3329)
1 parent b629f9d commit 4ffe4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authorizations/pagination/TokenList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class TokenList extends PureComponent<Props, State> {
104104
style={{
105105
maxHeight: this.props.pageHeight,
106106
minHeight: this.props.pageHeight,
107-
overflow: 'scroll',
107+
overflow: 'auto',
108108
}}
109109
testID="token-list"
110110
>

0 commit comments

Comments
 (0)