hiding overflow-x

This commit is contained in:
Antoine M 2023-12-19 15:11:28 +01:00
parent 515308efad
commit 2d9a3cc0cd

View File

@ -1,5 +1,6 @@
body { body {
@apply bg-white antialiased; @apply bg-white antialiased;
overflow-x: hidden;
} }
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;