We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df79f2 commit 480506cCopy full SHA for 480506c
src/components/SlideOver.vue
@@ -10,7 +10,7 @@
10
11
<div class="flex-1">
12
<!-- Header -->
13
- <div class="bg-gray-50 dark:bg-gray-900 px-4 py-6 sm:px-6">
+ <div class="relative bg-gray-50 dark:bg-gray-900 px-4 py-6 sm:px-6">
14
<div class="flex items-start justify-between space-x-3">
15
<div class="space-y-1">
16
<div v-if="$slots['title']"><slot name="title"></slot></div>
0 commit comments