Skip to content

Commit fe1b064

Browse files
committed
Fix minor problem in participant list
1 parent 91e2e9c commit fe1b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ export class ToolBox extends ToolHandling {
18361836
optionLabel='displayname'
18371837
optionValue='id'
18381838
options={idents}
1839-
style={{ maxHeight: '20vh' }}
1839+
style={{ maxHeight: '20vh', overflowY: 'auto' }}
18401840
itemTemplate={this.identTemplate}
18411841
/>
18421842
{digest && (

0 commit comments

Comments
 (0)