Skip to content

Commit c5f3327

Browse files
committed
fix: fix scrolling over bio tile on /team on touchscreens
1 parent 84e38db commit c5f3327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
2323
zIndex: !popup ? 1003 : 5,
2424
maxHeight: '90vh',
2525
overflowY: 'hidden',
26-
overscrollBehavior: 'contain',
26+
overscrollBehavior: 'auto',
2727
gridColumn: !spanTwo ? null : [null, null, '1 / span 2'],
2828
position: 'relative'
2929
}}

0 commit comments

Comments
 (0)