mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
fix scrolling to deep links
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<h1>Another tall page</h1>
|
||||
|
||||
<div style="height: 9999px"></div>
|
||||
<p id="bar">element</p>
|
||||
@@ -8,6 +8,8 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<h1>A tall page</h1>
|
||||
|
||||
<a href="tall-page#foo">scroll to foo</a>
|
||||
<div style="height: 9999px"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user