Home» Forum» Web & Tech» unclickable profile?

unclickable profile?

Back to Web & Tech

i added a gif to the top of my profile for a top border, but i cant click anything on my profile anymore. it also moves down when i scroll. i figured it was reasonable for stuff *right under* the image to be unclickable, because technically it's under an image, even if the image is transparent. but, the stuff outside of the bounds of the image isn't able to be clicked. how do i fix this? here's the code:

  

    NAME

 

  

    NAME


  

    NAME


  

Tuff

@Ziggly McSnorp (MUSIC) thanks

@steph stabwound (|\\\|) your welcome 

It's likely because the image is covering the whole screen due to the way it's layered, your page is underneath the element. Try looking into pointer-event css properties.    That's my best guess, I'm still learning this stuff.

@Asterisk thank u sm! i'll look into that

@Asterisk :pointup: yep removing pointer events are the way forward for stuff like this

@steph stabwound (|\\\|)


if you got an image overlay that's interfering with stuff that is normally clickable

add this to that specific element in ya css stylesheet

.thethingyouwannachange {
pointer-events:none !important; }


:star:



I literally went into inspect element so I could delete the little blood thing so I could friend you lmao

@jaypirka9 awwwwwwwww thats really nice! sorry you had to lock in so hard just to friend me dude lmao

I like people who like mcr 🤷

@jaypirka9 peak

You must be logged in to reply.