mirror of
https://github.com/gosticks/react-table.git
synced 2026-06-28 17:10:01 +00:00
Revert overflow styles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user