From f79c88d07eaa0ff4b5c2621c0c8cf4529bd16683 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 9 Sep 2024 15:58:37 +0200 Subject: [PATCH] feat(SW-187): Removed scroll-behavior: smooth to prevent scroll on languageswitcher --- app/globals.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index d8928023d..d1211c6dc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -119,7 +119,6 @@ html, body { margin: 0; padding: 0; - scroll-behavior: smooth; } body {