Skip to content

Commit 87610c8

Browse files
committed
Revert overflow styles
1 parent a58f5c4 commit 87610c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $expandSize = 7px
2121
.rt-thead
2222
flex: 1 0 auto
2323
display: flex
24-
overflow-y: scroll
24+
// overflow-y: scroll
2525
flex-direction: column
2626
-webkit-user-select: none;
2727
-moz-user-select: none;
@@ -99,7 +99,7 @@ $expandSize = 7px
9999
flex: 99999 1 auto
100100
display: flex
101101
flex-direction: column
102-
overflow: scroll
102+
overflow: auto
103103
// z-index:0
104104
.rt-tr-group
105105
border-bottom: solid 1px alpha(black, .05)

0 commit comments

Comments
 (0)