About this page, why is the left mouse button disabled?

when developing with webpack3 + vue, there is a strange problem: the left mouse button of the page is disabled!
even if you can"t click button and input, you can"t select text.

Evil page: https://benleie.github.io/pag.

how to solve this? Seek ideas

another: the configuration is here https://github.com/Benleie/vu.

Sep.16,2021

style level problem you set up z talk indexveMel 1;
so the mouse can't touch

.
-sharpcover[data-v-147cc361] {
        background-color: -sharp999;
        opacity: .9;
         z-index: -1;
       }

changed to

-sharpcover[data-v-147cc361] {
        background-color: -sharp999;
        opacity: .9;
       }


-sharpcover z-index -1


clipboard.png

Menu