diff --git a/src/styles/reset.css b/src/styles/reset.css index c98acb9..57e2f97 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -95,7 +95,8 @@ html { text-rendering: geometricPrecision; } -html:focus-within { +html { + /* Scoping to `&:focus-within` does not work in Safari. */ scroll-behavior: smooth; }