Merge pull request #1752 from RafaelTaranto/backport/table-scrollbar-offset
LAM-405 fix: table scrollbar offsetting columns
This commit is contained in:
commit
38c07460e7
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ export default {
|
|||
// forcing styling onto inner container
|
||||
'.ReactVirtualized__Grid__innerScrollContainer': {
|
||||
overflow: 'inherit !important'
|
||||
},
|
||||
'.ReactVirtualized__Grid.ReactVirtualized__List': {
|
||||
overflowY: 'overlay !important'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue