Skip to content

Commit

Permalink
test(e2e): fix container size for scroll behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 31, 2019
1 parent 89dad9f commit f00f1fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions examples/hash-scroll-behavior/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/global.css" />
<style>
.view {
border: 1px solid red;
height: 2000px;
position: relative;
}
.view {
border: 1px solid red;
height: 3000px;
position: relative;
}
</style>
<a href="/">&larr; Examples index</a>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/scroll-behavior/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
.view {
border: 1px solid red;
height: 3500px;
height: 4500px;
position: relative;
}
</style>
Expand Down

0 comments on commit f00f1fc

Please sign in to comment.