feat: main Made commander permanent, for now...

This commit is contained in:
Nikolaj Frey 2023-07-02 00:14:43 +10:00
parent 34cd118437
commit 4cac573bb6

View File

@ -277,7 +277,7 @@ export const Commander = props => {
return (
<Flex
id='commander'
display={['flex', showCommander ? 'flex' : 'none']}
// display={['flex', showCommander ? 'flex' : 'none']}
justifyContent={['flex-start', 'center']}
// zIndex={99999}
// position='fixed'