fix overflow for dropdown on resources

This commit is contained in:
Ruben Fiszel
2022-11-26 16:47:01 +01:00
parent adc9689950
commit 9fe8e045fb
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
- the second slot should be a <tbody>, containing th elements
-->
<div class="flex flex-col {$$props.class} min-w-full">
<div class="inline-block min-w-full py-2 align-middle overflow-auto">
<div class="inline-block min-w-full py-2 align-middle">
<table class="table-custom min-w-full table-auto divide-y divide-gray-300">
<thead>
<slot name="header-row" />
+1 -1
View File
@@ -222,7 +222,7 @@
</Button>
</div>
</PageHeader>
<div class="overflow-x-auto pb-40 pr-4">
<div class="overflow-x-auto pb-40">
{#if loading.resources}
<Skeleton layout={[0.5, [2], 1]} />
{#each new Array(6) as _}