What is click trap?
Click trap is a special condition that prevents users from selecting any element in the preview page of an article to be published. I myself do not know the reason why Blogger adds this click trap.
The click trap source you can see in the preview page by right clicking> Inspect element> The click trap code looks like this:
How to hide click trap
The way is easy enough, you just need to add the code below to the template before
]]></b:skin>or</style>
.blogger-clickTrap {display:none!important;}
Then save the template, double check the preview in your article.

