···8080<!-- We also don't use the Web Animation API, because somehow that had way higher CPU usage for me -->
8181<div class="slider{` ${klass}`.trimEnd()}" {...$$restProps}>
8282 <!-- svelte-ignore a11y-no-static-element-interactions -->
8383+ <!-- Make sure it has enough padding for the thumb to not overflow -->
8384 <div
8484- class="group flex h-5 w-full items-center justify-center overflow-hidden py-2 px-1"
8585+ class="group flex h-5 w-full items-center justify-center overflow-hidden p-2"
8586 on:mousedown={(e) => {
8687 apply(e)
8788 dragging = true