From cc5207423e798924e1a0dc804a1e092f27c1c0a1 Mon Sep 17 00:00:00 2001 From: dlehdanakf Date: Mon, 6 Jul 2015 18:21:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B3=A0=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EB=8B=A4=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/xedition/css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css index 16c328372..714b7955b 100644 --- a/layouts/xedition/css/layout.css +++ b/layouts/xedition/css/layout.css @@ -150,7 +150,8 @@ a:hover, a:active, a:focus { .fixed_header .header_wrap.shrink { position: fixed; top: 0; - width: 1240px; + width:auto; + min-width: 1240px; z-index: 1000; border-bottom: 1px solid #e1e1e1; background-color: #fff;