6 lines
135 B
CSS
Raw Normal View History

2024-04-18 15:32:23 +05:45
.wp-block-post-comments-form *{
pointer-events:none;
}
.wp-block-post-comments-form .block-editor-warning *{
pointer-events:auto;
}