Skip to content

Instantly share code, notes, and snippets.

@wurwal
Created April 16, 2025 17:40
Show Gist options
  • Save wurwal/cbc4f8210107374fbbb7afea221cd6a5 to your computer and use it in GitHub Desktop.
Save wurwal/cbc4f8210107374fbbb7afea221cd6a5 to your computer and use it in GitHub Desktop.
Oxygen gutenburg image click fix
.wp-block img:not([draggable]), .wp-block svg:not([draggable]) {
pointer-events: all !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment