mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
fix: fix scrolling over bio tile on /team on touchscreens (#1842)
This commit is contained in:
parent
4edba8918d
commit
a7d2e7f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue