Prevent interaction with the checkout opt-in checkbox element

[MAILPOET-5276]
This commit is contained in:
Rostislav Wolny
2023-05-04 09:49:55 +02:00
committed by Veljko V
parent f8b6f77762
commit ae430480ad

View File

@@ -11,6 +11,8 @@
.wc-block-components-checkbox {
margin-top: 0 !important;
pointer-events: none;
user-select: none;
}
}