mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-06-06 00:16:59 +00:00
added zIndex
This commit is contained in:
parent
643982ca5a
commit
48bae8bf63
@ -190,6 +190,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr
|
|||||||
left: isMobile ? 0 : 'unset',
|
left: isMobile ? 0 : 'unset',
|
||||||
right: isMobile ? 0 : 'unset',
|
right: isMobile ? 0 : 'unset',
|
||||||
bottom: isMobile ? 0 : 'unset',
|
bottom: isMobile ? 0 : 'unset',
|
||||||
|
zIndex: 11
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
@ -407,6 +408,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr
|
|||||||
left: isMobile ? 0 : 'unset',
|
left: isMobile ? 0 : 'unset',
|
||||||
right: isMobile ? 0 : 'unset',
|
right: isMobile ? 0 : 'unset',
|
||||||
bottom: isMobile ? 0 : 'unset',
|
bottom: isMobile ? 0 : 'unset',
|
||||||
|
zIndex: 11
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user