test(snapshot): hide all scrollbars during snapshot

This commit is contained in:
Adam Bradley
2016-08-04 13:05:11 -05:00
parent ff3daeed6c
commit 478ac45211

View File

@ -76,6 +76,9 @@
/* disable scrollbars */
overflow: hidden !important;
}
.snapshot ::-webkit-scrollbar {
display: none;
}
.snapshot *,
.snapshot *:before,
.snapshot *:after {