Skip to content

Commit

Permalink
fix: table scrollbar offsetting columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ubavic authored and RafaelTaranto committed Nov 27, 2024
1 parent 0c251a6 commit 4706d30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions new-lamassu-admin/src/styling/global/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export default {
// forcing styling onto inner container
'.ReactVirtualized__Grid__innerScrollContainer': {
overflow: 'inherit !important'
},
'.ReactVirtualized__Grid.ReactVirtualized__List': {
overflowY: 'overlay !important'
}
}
}

0 comments on commit 4706d30

Please sign in to comment.