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 705a802 commit 9033a30Copy full SHA for 9033a30
src/routes/+page.svelte
@@ -41,14 +41,17 @@
41
</Headroom>
42
43
<div class="totop-wrap">
44
- <Headroom bottom showAtBottom hideAtTop toleranceUp={20} offset={100}>
+ <Headroom bottom showAtBottom hideAtTop toleranceUp={20} offsetTop={500} offsetBottom={100}>
45
<button class="totop" on:click={()=> window.scroll(0,0)}> <span class="caret">^</span> <span>To Top</span> </button>
46
47
</div>
48
49
<article class="markdown-body entry-content container-lg" itemprop="text">
50
+
51
<Readme />
52
53
</article>
54
55
56
57
<style>
0 commit comments