From 3676014eb6d63ead8f1fc74b5663938cfeb097f5 Mon Sep 17 00:00:00 2001 From: huohuoit <60650531+huohuoit@users.noreply.github.com> Date: Thu, 17 Feb 2022 18:13:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=20(#190)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qingxuan001 <534794892@qqcom> --- src/style/sidebar.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 353dd9c7e..026394aaf 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -23,16 +23,6 @@ margin-left: $sideBarWidth; position: relative; background: #f0f2f5; - @media screen and (min-width: 150px) and (max-width: 420px) { - .app-main .el-scrollbar__view:first-child { - overflow-y: hidden; - } - } - @media screen and (min-width: 420px) { - .app-main .el-scrollbar__view:first-child { - overflow: hidden; - } - } } .fixed-header {