From e6c498b0c28af4b5376c145cad82ab71e7222294 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Wed, 20 Aug 2025 02:52:59 +0200 Subject: [PATCH] slight fix --- src/pages/shop/_art_test.svelte | 2 +- src/routes/comps/CustomScrollBar.svelte | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/shop/_art_test.svelte b/src/pages/shop/_art_test.svelte index 244fa96..dcfbf0b 100644 --- a/src/pages/shop/_art_test.svelte +++ b/src/pages/shop/_art_test.svelte @@ -9,7 +9,7 @@
- {#each { length: 4 } as i} + {#each { length: 6 } as i} - -------------------------------------------------Scroll------------------------------------------------- + {scrollThumbText}
@@ -390,7 +393,7 @@ on:pointercancel={endHDrag} on:keydown={onHKeyDown} > - -------------------------------------------------Scroll------------------------------------------------- + {scrollThumbText} {/if}