fix(editor): 💄 Attempt to fix overflow issue
This commit is contained in:
@@ -66,7 +66,7 @@ export const TypebotHeader = () => {
|
|||||||
>
|
>
|
||||||
<HStack
|
<HStack
|
||||||
display={['none', 'flex']}
|
display={['none', 'flex']}
|
||||||
pos={{ base: 'absolute', xl: 'relative' }}
|
pos={{ base: 'absolute', xl: 'static' }}
|
||||||
right={{ base: 280, xl: 0 }}
|
right={{ base: 280, xl: 0 }}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user