From d6c7fad43961975026a7e4e9ae21406f505e0a2e Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:34:52 +0100 Subject: fullpage.js --- apps/website/src/styles/global.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'apps/website/src/styles') diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index 59f7633..003b4c7 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -24,7 +24,7 @@ html, body { - @apply text-[15px] md:text-[19px]; + @apply text-[15px] md:text-[19px] overflow-x-hidden; } a { @@ -32,6 +32,14 @@ } } +.fp-overflow:focus-visible { + @apply outline-none ring-0 ; +} + +main { + @apply overflow-x-hidden; +} + /* Codeblocks */ .astro-code { padding: 10px; -- cgit