From 8484c5381e45b1e42c161f6dc41f073ca667fed1 Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Wed, 12 Jun 2024 13:00:50 -0700 Subject: [PATCH] Add smooth scrolling to the shop --- public/arcade/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/arcade/style.css b/public/arcade/style.css index 6d36c0b2..85e39ff2 100644 --- a/public/arcade/style.css +++ b/public/arcade/style.css @@ -4,6 +4,10 @@ html { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } +html { + scroll-behavior: smooth; +} + .force-unicode { font-family: monospace; }