mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix User Select
This commit is contained in:
parent
4052197c4d
commit
29da0836b9
1 changed files with 16 additions and 15 deletions
|
|
@ -130,21 +130,7 @@ export default function Bio({ popup = true, ...props }) {
|
|||
<Flex
|
||||
sx={{
|
||||
position: 'fixed',
|
||||
zIndex: 1001,
|
||||
top: 0,
|
||||
left: 0,
|
||||
height: '100vh',
|
||||
width: '100vw',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
pb: 4
|
||||
}}
|
||||
onClick={() => setExpand(false)}
|
||||
></Flex>
|
||||
<Flex
|
||||
sx={{
|
||||
position: 'fixed',
|
||||
zIndex: 1000,
|
||||
zIndex: 1002,
|
||||
top: 0,
|
||||
left: 0,
|
||||
height: '100vh',
|
||||
|
|
@ -157,6 +143,21 @@ export default function Bio({ popup = true, ...props }) {
|
|||
>
|
||||
<Bio {...props} popup={false} />
|
||||
</Flex>
|
||||
<Flex
|
||||
sx={{
|
||||
position: 'fixed',
|
||||
zIndex: 1001,
|
||||
top: 0,
|
||||
left: 0,
|
||||
height: '100vh',
|
||||
width: '100vw',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
pb: 4
|
||||
}}
|
||||
onClick={() => setExpand(false)}
|
||||
></Flex>
|
||||
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue