fix: table scrollbar offsetting columns
This commit is contained in:
parent
a29f3fc13c
commit
c6a209e422
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