mirror of
https://github.com/gosticks/react-table.git
synced 2026-07-10 14:00:02 +00:00
make rt-tfoot flex behaviour the same as rt-thead (#459)
This brings `rt-tfoot` into line with `rt-thead` in terms of flex behaviour. Without this, it's possible for an `rt-tr` to be taller than its containing `rt-tfoot` without causing it to expand, which causes the outer `rt-table` to scroll vertically.
This commit is contained in:
committed by
Tanner Linsley
parent
2630161222
commit
ff95c21440
@@ -168,6 +168,7 @@ $expandSize = 7px
|
||||
z-index: 10
|
||||
|
||||
.rt-tfoot
|
||||
flex: 1 0 auto
|
||||
display: flex
|
||||
flex-direction: column
|
||||
box-shadow: 0 0px 15px 0px alpha(black, .15)
|
||||
|
||||
Reference in New Issue
Block a user