6 lines
135 B
CSS
Raw Normal View History

2024-01-15 08:43:49 +00:00
.wp-block-post-comments-form *{
pointer-events:none;
}
.wp-block-post-comments-form .block-editor-warning *{
pointer-events:auto;
}