diff --git a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte index c50249c..ad4d307 100644 --- a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte @@ -1,5 +1,5 @@ {#if createCandidateModal} @@ -99,9 +112,14 @@ + {#if scrollTop > 200}
@@ -113,7 +131,7 @@
{/if} - deleteCandidate(event.detail.id)} /> +
deleteCandidate(event.detail.id)} />