fix height on admin page users and reports
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
This commit is contained in:
parent
9af8a50706
commit
74c842272d
@ -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" />
|
||||
|
@ -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}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user