From 836b63b36f6de2f65a8ec278bc56298da2955240 Mon Sep 17 00:00:00 2001 From: seungwonHong Date: Fri, 10 Jan 2025 14:56:00 +0900 Subject: [PATCH] =?UTF-8?q?feat(header):=20=ED=97=A4=EB=8D=94=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=EC=97=90=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pandamarket/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pandamarket/styles.css b/pandamarket/styles.css index b6c8714..a95e786 100644 --- a/pandamarket/styles.css +++ b/pandamarket/styles.css @@ -11,10 +11,14 @@ header { padding-top: 8px; margin-left: 200px; margin-right: 200px; + position: sticky; + top: 0; + z-index: 1; } body { - margin: 0; + margin-left: 0; + margin-right: 0; } .head {