I know this is an old question, but in the meantime this has become possible via CSS like this:
pointer-events: none;
Note however that this also disabled the clicking ability! It was what I needed, but may not be the case for the OP.
cfr https://developer.mozilla.org/en/docs/Web/CSS/pointer-events