aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/styles')
-rw-r--r--apps/website/src/styles/global.css10
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;