We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12c374 commit d042552Copy full SHA for d042552
src/components/MobileHeader/MobileHeader.tsx
@@ -291,7 +291,7 @@ export const MobileHeader = React.forwardRef<HTMLDivElement, MobileHeaderProps>(
291
className={b('panels')}
292
onVeilClick={onCloseDrawer}
293
onEscape={onCloseDrawer}
294
- style={{top: `calc(${size}px + var(--gn-top-alert-height, 0)`}}
+ style={{top: `calc(${size}px + var(--gn-top-alert-height, 0px))`}}
295
>
296
{[burgerPanelItem, ...panelItems].map((item) => (
297
<DrawerItem
0 commit comments