Skip to content

Commit e9a106e

Browse files
committed
fix(ui): position: fixed for mode switch
Signed-off-by: Neko Ayaka <[email protected]>
1 parent 7eccf85 commit e9a106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/default.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="flex sm:hidden"
1313
left="50%" bottom="40px" translate-x="-50%"
1414
bg="neutral-100 dark:neutral-900"
15-
absolute z-100
15+
fixed z-100
1616
flex-1 justify-center gap-2
1717
rounded-full
1818
p-2

0 commit comments

Comments
 (0)