Skip to content

Commit

Permalink
🚧 Make button not hidden by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Oct 23, 2024
1 parent e6105d4 commit 799249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dj.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Layout from "../layouts/main.astro";
</div>
</div>

<button id="to-top-button" onclick="scrollToNextSection()" title="Go To Top" class="hidden fixed z-90 bottom-8 right-8 border-0 w-16 h-16 rounded-full drop-shadow-md bg-indigo-500 text-white text-3xl font-bold">
<button id="to-top-button" onclick="scrollToNextSection()" title="Go To Top" class="fixed z-90 bottom-8 right-8 border-0 w-16 h-16 rounded-full drop-shadow-md bg-indigo-500 text-white text-3xl font-bold">
&uarr;
</button>

Expand Down

0 comments on commit 799249e

Please sign in to comment.