🐛 Layout issues with toggle edit mode button and popover

This commit is contained in:
Manuel Ruwe
2022-12-10 22:50:34 +01:00
parent dbb41e0467
commit bfdd6b5181
2 changed files with 37 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ export function Header(props: any) {
<Box className={classes.hide}>
<Logo />
</Box>
<Group position="right" noWrap>
<Group position="right" style={{ maxWidth: 'none' }} noWrap>
<Text
onClick={() => {
openContextModal({
@@ -35,7 +35,7 @@ export function Header(props: any) {
}}
variant="link"
>
Test: Open Change Pos Modal
Test
</Text>
<Search />