mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix overflow for dropdown on resources
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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 _}
|
||||
|
||||
Reference in New Issue
Block a user