We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dad9f commit f00f1fcCopy full SHA for f00f1fc
examples/hash-scroll-behavior/index.html
@@ -1,11 +1,11 @@
1
<!DOCTYPE html>
2
-<link rel="stylesheet" href="/global.css">
+<link rel="stylesheet" href="/global.css" />
3
<style>
4
-.view {
5
- border: 1px solid red;
6
- height: 2000px;
7
- position: relative;
8
-}
+ .view {
+ border: 1px solid red;
+ height: 3000px;
+ position: relative;
+ }
9
</style>
10
<a href="/">← Examples index</a>
11
<div id="app"></div>
examples/scroll-behavior/index.html
@@ -11,7 +11,7 @@
}
12
.view {
13
border: 1px solid red;
14
- height: 3500px;
+ height: 4500px;
15
position: relative;
16
17
0 commit comments