feat: main Made commander permanent, for now...
This commit is contained in:
parent
34cd118437
commit
4cac573bb6
@ -277,7 +277,7 @@ export const Commander = props => {
|
|||||||
return (
|
return (
|
||||||
<Flex
|
<Flex
|
||||||
id='commander'
|
id='commander'
|
||||||
display={['flex', showCommander ? 'flex' : 'none']}
|
// display={['flex', showCommander ? 'flex' : 'none']}
|
||||||
justifyContent={['flex-start', 'center']}
|
justifyContent={['flex-start', 'center']}
|
||||||
// zIndex={99999}
|
// zIndex={99999}
|
||||||
// position='fixed'
|
// position='fixed'
|
||||||
|
Loading…
Reference in New Issue
Block a user