Skip to content

Commit

Permalink
test(snapshot): hide all scrollbars during snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 4, 2016
1 parent ff3daee commit 478ac45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/e2e/e2e.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
/* disable scrollbars */
overflow: hidden !important;
}
.snapshot ::-webkit-scrollbar {
display: none;
}
.snapshot *,
.snapshot *:before,
.snapshot *:after {
Expand Down

0 comments on commit 478ac45

Please sign in to comment.