fix: fix scrolling over bio tile on /team on touchscreens (#1842)

This commit is contained in:
BananaJeans 2026-02-08 01:47:12 +02:00 committed by GitHub
parent 4edba8918d
commit a7d2e7f7e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
zIndex: !popup ? 1003 : 5,
maxHeight: '90vh',
overflowY: 'hidden',
overscrollBehavior: 'contain',
overscrollBehavior: 'auto',
gridColumn: !spanTwo ? null : [null, null, '1 / span 2'],
position: 'relative'
}}