Skip to content

Commit f00f1fc

Browse files
committed
test(e2e): fix container size for scroll behavior
1 parent 89dad9f commit f00f1fc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/hash-scroll-behavior/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
2-
<link rel="stylesheet" href="/global.css">
2+
<link rel="stylesheet" href="/global.css" />
33
<style>
4-
.view {
5-
border: 1px solid red;
6-
height: 2000px;
7-
position: relative;
8-
}
4+
.view {
5+
border: 1px solid red;
6+
height: 3000px;
7+
position: relative;
8+
}
99
</style>
1010
<a href="/">&larr; Examples index</a>
1111
<div id="app"></div>

examples/scroll-behavior/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
.view {
1313
border: 1px solid red;
14-
height: 3500px;
14+
height: 4500px;
1515
position: relative;
1616
}
1717
</style>

0 commit comments

Comments
 (0)