From 478ac45211543dffad117a1043ab3b579fd477b6 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 4 Aug 2016 13:05:11 -0500 Subject: [PATCH] test(snapshot): hide all scrollbars during snapshot --- scripts/e2e/e2e.template.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 5e7debf3d5..9725492ad9 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -76,6 +76,9 @@ /* disable scrollbars */ overflow: hidden !important; } + .snapshot ::-webkit-scrollbar { + display: none; + } .snapshot *, .snapshot *:before, .snapshot *:after {