File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 <p class =" mt-100 mb-10" >theres no content here yet...</p >
3232</main >
33- <footer class =" hidden w-full md:flex flex-row justify-end fixed bottom-0 p-1" >
33+ <footer class =" hidden md:flex flex-row justify-end fixed bottom-0 right -0 p-1" >
3434 <a
3535 href =" https://github.com/jumpyjacko/jumpyjacko.github.io"
3636 target =" _blank"
3939 source code
4040 </a >
4141</footer >
42- <div class =" fixed bottom-0 w-full flex justify-center pb-1 z-[-1]" >
42+ <button
43+ class =" fixed bottom-0 w-full flex justify-center pt-4 pb-1"
44+ onclick ={() => window .scrollBy (0 , window .innerHeight / 2 )}
45+ aria-label =" Scroll to content"
46+ >
4347 <svg
4448 bind:this ={scrollIndicator }
4549 width =" 60"
5357 fill =" none"
5458 />
5559 </svg >
56- </div >
60+ </button >
5761
5862<style >
5963 :global {
Original file line number Diff line number Diff line change 99
1010* {
1111 transition : color 0.15s , background-color 0.15s ;
12+ scroll-behavior : smooth;
1213}
You can’t perform that action at this time.
0 commit comments