Skip to content

Commit

Permalink
[@mantine/core] AppShell: Fix Navbar cut off for mobile users with ad…
Browse files Browse the repository at this point in the history
…dress bar on top (#1171)
  • Loading branch information
rtivital committed Aug 12, 2022
1 parent 7aa413f commit e3e5e1f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ export default createStyles(
...theme.fn.fontStyles(),
...position,
top: position?.top || 'var(--mantine-header-height)',
bottom: 0,
zIndex,
height:
height ||
Expand Down

0 comments on commit e3e5e1f

Please sign in to comment.