Skip to content

Commit

Permalink
Add MRT table style for rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMuehlhauserNRCan committed Nov 12, 2024
1 parent a03c902 commit 3f4d220
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/geoview-core/src/ui/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Hold viewer specific css not inside theme
.guideBox p img {
vertical-align: bottom;
}

/* Allow Table to move while the new rows/columns are rendering */
.MuiTableContainer-root {
contain: paint;
will-change: transform;
}

0 comments on commit 3f4d220

Please sign in to comment.