From 6b29f2894e512fcd037337398046197c3f4a6334 Mon Sep 17 00:00:00 2001 From: luchunyu Date: Wed, 30 Jan 2019 15:01:08 +0800 Subject: [PATCH] fix(table): fix normal table within mouse, page can not scroll --- src/components/table/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/table/index.css b/src/components/table/index.css index bccd739e..08a9d0fa 100644 --- a/src/components/table/index.css +++ b/src/components/table/index.css @@ -74,8 +74,6 @@ .c-scrolltable { overflow-x: auto; position: relative; - -ms-scroll-chaining: none; - overscroll-behavior: none; & table { table-layout: fixed;