From a8a84cbbe04d0ce5521c07710bc23d0d6ffe23e8 Mon Sep 17 00:00:00 2001 From: seoye0ng Date: Wed, 10 Jan 2024 14:38:03 +0900 Subject: [PATCH] =?UTF-8?q?design:=20Header=20=EC=BB=B4=ED=8F=AC=EB=84=8C?= =?UTF-8?q?=ED=8A=B8=20CSS=20position,=20padding=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shared/header/Header.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/shared/header/Header.module.scss b/src/components/shared/header/Header.module.scss index 562a9cdd..e3ba8b3d 100644 --- a/src/components/shared/header/Header.module.scss +++ b/src/components/shared/header/Header.module.scss @@ -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 {