diff --git a/packages/geoview-core/src/ui/style/style.css b/packages/geoview-core/src/ui/style/style.css index ef205bdc9d3..36a5bed03af 100644 --- a/packages/geoview-core/src/ui/style/style.css +++ b/packages/geoview-core/src/ui/style/style.css @@ -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; +} \ No newline at end of file