FIX temp fix of overflow but hoping nothings breaks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-04 17:05:31 +02:00
parent 9d34e1b30d
commit cf7f7bb750

View File

@ -1,6 +1,7 @@
.block-dernieres-dynamiques {
@apply bg-primary text-white pt-20 px-4 md:px-12;
overflow: visible !important;
/* overflow: visible !important; */
overflow: hidden !important;
&__inner {
@apply max-w-screen-2xl mx-auto;