Skip to content

Commit

Permalink
fix shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
elhoucine committed Jun 19, 2024
1 parent a5a7073 commit 22eea89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Header = () => {
},
overflow: 'hidden',
[theme.breakpoints.down('md')]: {
boxShadow: 'none',
boxShadow: 'none !important',
borderBottom: '1px solid',
borderColor: 'background.default',
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavigationMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const NavigationMobile = (): JSX.Element => {

return (
<Grid
className="sticky"
className="with-shadow sticky"
item
xs={12}
sx={{
Expand Down

0 comments on commit 22eea89

Please sign in to comment.