I'm using:
<style type="text/css" media="print,screen">
#aviso {
pointer-events:none;
}
</style>
to deny the option to click inside that div, but I want to be able to scroll inside it, which does not allow me to do
Any solution?