Skip to content

Commit

Permalink
fix: fixes padding on mobile (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored May 23, 2024
1 parent 4c7f281 commit aed171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/ScrollableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section :class="{ 'h-screen min-h-0': scrollable }" class="flex flex-col">
<header
v-if="$slots.header"
class="sticky top-[70px] z-[2] h-14 border-b border-base-content/10 bg-base py-2 shadow-[1px_1px_2px_0_rgb(0,0,0,0.05)] md:top-0"
class="sticky top-[70px] z-[2] border-b border-base-content/10 bg-base py-1 shadow-[1px_1px_2px_0_rgb(0,0,0,0.05)] md:top-0 md:py-2"
>
<slot name="header"></slot>
</header>
Expand Down

0 comments on commit aed171c

Please sign in to comment.