fix height on admin page users and reports
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s

This commit is contained in:
bytedream 2023-12-01 14:20:45 +01:00
parent 9af8a50706
commit 74c842272d
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
let newReportModal: HTMLDialogElement;
</script>
<div class="h-screen flex flex-row">
<div class="h-full flex flex-row">
<div class="w-full flex flex-col overflow-scroll">
<HeaderBar bind:reportFilter />
<hr class="divider my-1 mx-8 border-none" />

View File

@ -98,7 +98,7 @@
}
</script>
<div class="h-screen flex flex-col overflow-hidden">
<div class="h-full flex flex-col overflow-hidden">
<HeaderBar bind:userFilter />
<hr class="divider my-1 mx-8 border-none" />
<div class="h-full overflow-scroll" bind:this={userTableContainerElement}>