mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update bio.js
This commit is contained in:
parent
f95b631448
commit
f9d9ab8b4a
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ export default function Bio({ popup = true, ...props }) {
|
|||
zIndex: !popup ? 1002 : 5,
|
||||
maxHeight: '90vh',
|
||||
overflowY: 'scroll',
|
||||
overscrollBehavior: 'contain'
|
||||
zIndex: popup ? 1003 : null,
|
||||
overscrollBehavior: 'contain',
|
||||
zIndex: popup ? 1003 : null
|
||||
}}
|
||||
as={href && !text ? 'a' : 'div'}
|
||||
href={href}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue