From 9c13b2f9e938ad36cb74c66a8f91a5b872c8c2d1 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 12 Apr 2023 20:27:12 +0200 Subject: [PATCH] fix(CardsOverview): table scroll + checkbox posititioning --- src/components/cards/CardsOverview.svelte | 116 ++++++++++------------ 1 file changed, 51 insertions(+), 65 deletions(-) diff --git a/src/components/cards/CardsOverview.svelte b/src/components/cards/CardsOverview.svelte index 0d9309ac..f3832ff2 100644 --- a/src/components/cards/CardsOverview.svelte +++ b/src/components/cards/CardsOverview.svelte @@ -167,57 +167,57 @@

{$_("loading-cards")}

{$_("this-might-take-a-moment")}

+ {:else if current_cards.length === 0} + {:else} - {#if current_cards.length === 0} - - {:else} -
- {#if selected.length > 0} - - {/if} - -
+ + + + {/if} + + +
{#each $table.getHeaderGroups() as headerGroup} @@ -260,21 +260,7 @@ {/each}
- - {/if} +
+ {/if} {/if} - -