diff --git a/app/src/routes/24/+page.svelte b/app/src/routes/24/+page.svelte index 7191041..0b2c41c 100644 --- a/app/src/routes/24/+page.svelte +++ b/app/src/routes/24/+page.svelte @@ -47,8 +47,8 @@ // I dont know why this works now, nor why it didnt work before i did this. All I know is DONT REMOVE THIS if (navigator.userAgent.search('Firefox') > -1) { console.log('FIREFOX'); - scrollSnapStartRemove = 110; - scrollSnapEndBound = 500; + scrollSnapStartRemove = 119; + scrollSnapEndBound = 121; } }); // Element bindings