Skip to content

Commit c3222cd

Browse files
committed
feat: add overflow-x-hidden to prevent horizontal scrolling on the landing page
1 parent 0be66be commit c3222cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ctaRef = useScrollFade()
8484
</script>
8585

8686
<template>
87-
<div class="min-h-screen bg-[#09090b] text-white antialiased">
87+
<div class="min-h-screen overflow-x-hidden bg-[#09090b] text-white antialiased">
8888

8989
<!-- ─── Navbar ─────────────────────────────────────── -->
9090
<nav class="fixed inset-x-0 top-0 z-50 border-b border-white/[0.06] bg-[#09090b]/80 backdrop-blur-xl">

0 commit comments

Comments
 (0)