aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/styles/global.css')
-rw-r--r--apps/website/src/styles/global.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css
index 807e345..f29f0f0 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-[16px] lg:text-[19px] overflow-x-hidden;
+ @apply text-[15px] md:text-[16px] lg:text-[19px] overflow-hidden;
}
a {
@@ -32,8 +32,10 @@
}
}
-.fp-overflow:focus-visible {
- @apply outline-none ring-0 ;
+[data-scroll-container], [data-scroll-section] {
+ transform-style: preserve-3d;
+ will-change: transform;
+ perspective: 1px;
}
main {