diff --git a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte index 554caec..fafd0e8 100644 --- a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte @@ -30,6 +30,8 @@ let filters: Array = ['Vše', 'KBB', 'IT', 'GYM']; let activeFilter: Filter = 'Vše'; + + let scrollTop = 0;
@@ -42,7 +44,7 @@
{/each} -
+

Uchazeči

@@ -51,6 +53,12 @@ >Nový uchazeč
+ {#if scrollTop > 200} +
+ +
+ {/if} +
@@ -93,13 +101,15 @@
+ (scrollTop = window.scrollY)} /> +