Fix Eventview Rows in 3.1.0

(cherry picked from commit 113ea75ed6)
This commit is contained in:
johndoe4 2023-06-01 19:59:09 +02:00 committed by 778a69cd
parent bfcdae945f
commit 77274ed29d

View file

@ -34,14 +34,14 @@
<slot name="content" />
</div>
</div>
<div class="" v-show="showScrollRightButton">
<!-- <div class="hidden sm:block" v-show="showScrollRightButton">
<button
@click="scrollRight"
class="absolute inset-y-0 my-auto z-10 rounded-full bg-white dark:bg-transparent w-10 h-10 border border-shadowColor -right-5 mr-2"
>
<span class="">&gt;</span>
</button>
</div>
</div> -->
</div>
</template>