We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86522cc commit 4fa04d0Copy full SHA for 4fa04d0
assets/components/ScrollableView.vue
@@ -2,7 +2,7 @@
2
<section :class="{ 'h-screen min-h-0': scrollable }" class="flex flex-col">
3
<header
4
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"
+ 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"
6
>
7
<slot name="header"></slot>
8
</header>
0 commit comments