From 35db71d783512980cc5b777162a98cc921e44e99 Mon Sep 17 00:00:00 2001 From: jimczj Date: Mon, 13 Aug 2018 10:28:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(tabs):=20=E9=9A=90=E8=97=8F=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tabs/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/tabs/index.scss b/src/components/tabs/index.scss index 220e20b31..210a724b8 100644 --- a/src/components/tabs/index.scss +++ b/src/components/tabs/index.scss @@ -42,6 +42,7 @@ width: 100%; box-sizing: border-box; white-space: nowrap; + overflow: -moz-scrollbars-none; &--scroll { overflow-x: auto; @@ -53,6 +54,10 @@ overflow: visible; } } + + &::-webkit-scrollbar { + width: 0 !important; + } } &__body {