diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 16:34:52 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 16:34:52 +0100 |
| commit | d6c7fad43961975026a7e4e9ae21406f505e0a2e (patch) | |
| tree | 76e205167ac203111f6272841e82352f0201b256 /apps/website/src/styles | |
| parent | bf5075ed85bafd9c0b2b5e0a05df68a78b7da04f (diff) | |
| download | Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.tar.gz Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.tar.bz2 Nexus-d6c7fad43961975026a7e4e9ae21406f505e0a2e.zip | |
fullpage.js
Diffstat (limited to 'apps/website/src/styles')
| -rw-r--r-- | apps/website/src/styles/global.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; |
