From 483a2b540913c2adf3f7a9fdb3728b177ca2e298 Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 7 Apr 2025 14:55:37 -0300 Subject: [PATCH] fix: ahora no hace autoscroll hacia arriba --- .../src/Componentes/PaginacionStepper.svelte | 90 ++++++++++++------- 1 file changed, 59 insertions(+), 31 deletions(-) diff --git a/Front/src/Componentes/PaginacionStepper.svelte b/Front/src/Componentes/PaginacionStepper.svelte index f2ee2f4..826b173 100644 --- a/Front/src/Componentes/PaginacionStepper.svelte +++ b/Front/src/Componentes/PaginacionStepper.svelte @@ -1,18 +1,18 @@ {#if cantpag > 1} - -{/if} \ No newline at end of file + +{/if}