mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(snapshot): hide all scrollbars during snapshot
This commit is contained in:
@ -76,6 +76,9 @@
|
||||
/* disable scrollbars */
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.snapshot ::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.snapshot *,
|
||||
.snapshot *:before,
|
||||
.snapshot *:after {
|
||||
|
Reference in New Issue
Block a user