Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #398 from deriv-com/meenu-nav-screen-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Mar 21, 2024
2 parents 810e705 + a6f7153 commit e5d814a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/blocks/src/lib/navigation/desktop/desktop.wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export const DesktopNavigationWrapper = ({
const { navDropDownState } = useNavigation();

return (
<div className={'fixed z-50 w-screen'} data-cy="desktop-header">
<div
className="fixed z-50 w-screen max-w-[256rem]"
data-cy="desktop-header"
>
<FixContainer
className={clsx(
'bg-background-primary-container',
Expand Down

0 comments on commit e5d814a

Please sign in to comment.