From 87610c83fa36d0926170e4813101bb1c40d41cb3 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 19 May 2017 16:27:48 -0600 Subject: [PATCH] Revert overflow styles --- src/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.styl b/src/index.styl index 0f73ff2..18dc1cf 100644 --- a/src/index.styl +++ b/src/index.styl @@ -21,7 +21,7 @@ $expandSize = 7px .rt-thead flex: 1 0 auto display: flex - overflow-y: scroll + // overflow-y: scroll flex-direction: column -webkit-user-select: none; -moz-user-select: none; @@ -99,7 +99,7 @@ $expandSize = 7px flex: 99999 1 auto display: flex flex-direction: column - overflow: scroll + overflow: auto // z-index:0 .rt-tr-group border-bottom: solid 1px alpha(black, .05)