diff --git a/tensorboard/components/tf_dashboard_common/tf-dashboard-layout.html b/tensorboard/components/tf_dashboard_common/tf-dashboard-layout.html index 32f4ee1741..c764e43140 100644 --- a/tensorboard/components/tf_dashboard_common/tf-dashboard-layout.html +++ b/tensorboard/components/tf_dashboard_common/tf-dashboard-layout.html @@ -45,13 +45,15 @@ max-width: 350px; min-width: 270px; text-overflow: ellipsis; + will-change: transform; } #center { - height: 100%; - overflow-y: auto; flex-grow: 1; flex-shrink: 1; + height: 100%; + overflow-y: auto; + will-change: transform; } .tf-graph-dashboard #center { diff --git a/tensorboard/plugins/histogram/tf_histogram_dashboard/tf-histogram-loader.html b/tensorboard/plugins/histogram/tf_histogram_dashboard/tf-histogram-loader.html index 73e002da8f..00b2695cb0 100644 --- a/tensorboard/plugins/histogram/tf_histogram_dashboard/tf-histogram-loader.html +++ b/tensorboard/plugins/histogram/tf_histogram_dashboard/tf-histogram-loader.html @@ -70,6 +70,7 @@ vz-histogram-timeseries { -moz-user-select: none; -webkit-user-select: none; + will-change: transform; } paper-icon-button { diff --git a/tensorboard/plugins/scalar/tf_scalar_dashboard/tf-scalar-dashboard.html b/tensorboard/plugins/scalar/tf_scalar_dashboard/tf-scalar-dashboard.html index d86f6618ee..afed10b04b 100644 --- a/tensorboard/plugins/scalar/tf_scalar_dashboard/tf-scalar-dashboard.html +++ b/tensorboard/plugins/scalar/tf_scalar_dashboard/tf-scalar-dashboard.html @@ -176,6 +176,9 @@