diff --git a/src/pages/shop/_art_test.svelte b/src/pages/shop/_art_test.svelte index ae5dc9e..55fea86 100644 --- a/src/pages/shop/_art_test.svelte +++ b/src/pages/shop/_art_test.svelte @@ -1,17 +1,23 @@ + +
-
- {#each { length: 4 } as i} - - {/each} -
+ +
+ {#each { length: 4 } as i} + + {/each} +
+
diff --git a/src/routes/comps/CustomScrollBar.svelte b/src/routes/comps/CustomScrollBar.svelte new file mode 100644 index 0000000..1a3f1e9 --- /dev/null +++ b/src/routes/comps/CustomScrollBar.svelte @@ -0,0 +1,377 @@ + + + +
+ +
+
+ +
+
+ + + {#if showBarY} +
+
+
+
+ {/if} + + + {#if showBarX} +
+
+
+
+ {/if} +
+ +