2
0

fix(editor): 💄 Attempt to fix overflow issue

This commit is contained in:
Baptiste Arnaud
2022-06-24 09:21:24 +02:00
parent 767f463255
commit fdf11af594

View File

@@ -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