Answers for "how to disable site anchor"

CSS
0

how to disable site anchor

<style>
 .hell { 
 pointer-event: none !important;
 }
</style>
Posted by: Guest on March-04-2022

Browse Popular Code Answers by Language