diff --git a/css/search.css b/css/search.css index b95e578..eeb1a7b 100644 --- a/css/search.css +++ b/css/search.css @@ -82,7 +82,7 @@ height: 0; max-height: 400px; top: 46px; - left: -1px; + left: -2px; background-color: #ffffff; border-radius: 0 0 10px 10px; z-index: 10; diff --git a/css/search.less b/css/search.less index cb1cdd8..48d4be4 100644 --- a/css/search.less +++ b/css/search.less @@ -87,7 +87,7 @@ height: 0; max-height: 400px; top: 46px; - left: -1px; + left: -2px; background-color: rgba(255, 255, 255, 1); border-radius: 0 0 10px 10px; z-index: 10;