From e3e5e1f11bd5bb640777c2665497970f4e6fe0fc Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Fri, 12 Aug 2022 08:51:29 +0300 Subject: [PATCH] [@mantine/core] AppShell: Fix Navbar cut off for mobile users with address bar on top (#1171) --- .../src/AppShell/HorizontalSection/HorizontalSection.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mantine-core/src/AppShell/HorizontalSection/HorizontalSection.styles.ts b/src/mantine-core/src/AppShell/HorizontalSection/HorizontalSection.styles.ts index 787b32267a0..8d7b3bf65a4 100644 --- a/src/mantine-core/src/AppShell/HorizontalSection/HorizontalSection.styles.ts +++ b/src/mantine-core/src/AppShell/HorizontalSection/HorizontalSection.styles.ts @@ -52,6 +52,7 @@ export default createStyles( ...theme.fn.fontStyles(), ...position, top: position?.top || 'var(--mantine-header-height)', + bottom: 0, zIndex, height: height ||