Skip to content

Commit

Permalink
fix: menu hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Nov 13, 2023
1 parent 908af1a commit 93d927e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { StyledNavExternalLink } from './styleds'
const HeaderFrame = styled.div<{ hide?: boolean }>`
height: ${({ hide }) => (hide ? 0 : undefined)};
padding: ${({ hide }) => (hide ? 0 : '1rem')};
overflow: hidden;
display: grid;
grid-template-columns: 1fr 120px;
align-items: center;
Expand Down

0 comments on commit 93d927e

Please sign in to comment.