STYLE Hidding overflow on main

This commit is contained in:
Antoine M 2025-06-05 09:56:16 +02:00
parent 66828aa8b6
commit 371e539598

View File

@ -2,3 +2,7 @@ a {
text-decoration: none; text-decoration: none;
@apply text-primary; @apply text-primary;
} }
main {
overflow: hidden;
}