Skip to content

Commit 4fa04d0

Browse files
authored
fix: fixes spacing on mobile (#3466)
1 parent 86522cc commit 4fa04d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/components/ScrollableView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section :class="{ 'h-screen min-h-0': scrollable }" class="flex flex-col">
33
<header
44
v-if="$slots.header"
5-
class="sticky top-[70px] z-[2] border-b border-base-content/10 bg-base py-2 shadow-[1px_1px_2px_0_rgb(0,0,0,0.05)] md:top-0"
5+
class="sticky top-[65px] z-[2] border-b border-base-content/10 bg-base py-2 shadow-[1px_1px_2px_0_rgb(0,0,0,0.05)] md:top-0"
66
>
77
<slot name="header"></slot>
88
</header>

0 commit comments

Comments
 (0)