Skip to content

Commit

Permalink
Merge pull request #1752 from RafaelTaranto/backport/table-scrollbar-…
Browse files Browse the repository at this point in the history
…offset

LAM-405 fix: table scrollbar offsetting columns
  • Loading branch information
RafaelTaranto authored Nov 28, 2024
2 parents 3fdcac1 + 4706d30 commit 03354a8
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 03354a8

Please sign in to comment.