Skip to content

Commit

Permalink
🐛 Fix Share page X overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 18, 2024
1 parent c0aa3a9 commit a241772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const PublishButton = ({
</Tooltip>

{!isMoreMenuDisabled && publishedTypebot && (
<Menu>
<Menu isLazy>
<MenuButton
as={IconButton}
colorScheme={"blue"}
Expand Down

0 comments on commit a241772

Please sign in to comment.