style(footer): use flex-row and overflow-x-auto when only has icons

This commit is contained in:
ZhenShuo Leo
2025-07-30 01:52:24 +08:00
parent ec912c4a92
commit 904176c43c
3 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<div id="top-scroller" class="pointer-events-none absolute top-[110vh] bottom-0 w-12 ltr:right-0 rtl:left-0">
<div id="top-scroller" class="pointer-events-none absolute top-[110vh] bottom-0 w-12 ltr:right-0 rtl:left-0 z-10">
<a
href="#the-top"
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 mb-16 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"