removing the poiinter events none on acf old website fields
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-11-22 09:59:50 +01:00
parent c081091fac
commit 5d437581bf

View File

@ -38,7 +38,7 @@ body.post-type-artisans {
@apply opacity-60; @apply opacity-60;
* { * {
cursor: not-allowed; cursor: not-allowed;
pointer-events: none; /* pointer-events: none; */
} }
} }