summaryrefslogtreecommitdiff
path: root/app/components/Slider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/Slider.tsx')
-rw-r--r--app/components/Slider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Slider.tsx b/app/components/Slider.tsx
index 330206f..c137320 100644
--- a/app/components/Slider.tsx
+++ b/app/components/Slider.tsx
@@ -34,7 +34,7 @@ export function Slider({ playback, slider, setSlider }: GeshemSliderProps) {
}
return (
- <div id="slider">
+ <div id="slider" className="fixed bottom-16 w-9/12 sm:w-1/3 left-0 right-0 pr-5 mx-auto">
<CustomSlider
min={0}
max={playback ? PLAYBACK_SLOTS : 9}