diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index df8985f237..8d1af65331 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -22,6 +22,10 @@ /* disable scrollbars */ overflow: hidden !important; } + .snapshot * { + -webkit-transition-duration: 0ms !important; + transition-duration: 0ms !important; + } /* hack to create tall scrollable areas for testing using */ f {