Fix double rendering datatables with scrollbar (#29360)

This commit is contained in:
Marco Vettorello 2019-01-29 10:24:28 +01:00 committed by GitHub
parent 5bfd11c728
commit e2bdcfef3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
display: flex;
flex-direction: column;
flex: 1 0 100%;
overflow: auto;
}
.table-vis-container {