Skip to content

Commit

Permalink
design: Header 컴포넌트 CSS position, padding 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 10, 2024
1 parent 9cf3e52 commit a8a84cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/shared/header/Header.module.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
$white: var(--white);

.nav {
position: fixed;
position: sticky;
top: 0;
box-sizing: border-box;
width: 100%;
height: 48px;
padding: 0 24px;
background-color: $white;

&.transparent {
Expand Down

0 comments on commit a8a84cb

Please sign in to comment.