« Web, HTML, Tech Forum

HELP!! buttons wont work under overlay?? [closed]

Posted by ash<3

posted

Forum: Web, HTML, Tech

I have an overlay image on my profile and its making it so none of the buttons work underneath??? like i cant click anything.. heres my code::


.wrapper {

    position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: rgba(51,51,51,0.5);


    z-index: 900;

  }


.overlayImage {

    position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    opacity: 30%;

}


</div class="wrapper"/>

  <img class="overlayImage" src="https://th.bing.com/th/id/R.d476df964ea686c1c28d2cba94dace0b?rik=WXiSiCJKCf019Q&riu=http%3a%2f%2fwww.moxiecinema.com%2fuploads%2ffilms%2f_cover%2fback-to-the-future-1985.jpg&ehk=oQ1mHW0kNpYgGdX4DpkLRj99%2bjcWQMk7GWTX%2fNobdd4%3d&risl=&pid=ImgRaw&r=0"/>

</div/>


Report Topic

1 Reply

Reply by ash<3

posted

nvm! i forgot to add pointer-events: none; it works now!


Report Reply

ash<3 closed this Forum Topic