NO BUG: Nestable TAB link not working only halfway through the tab title

I have a nestable TAB with 3 tab. On smaller screens the third tab link not working good, just the first 2-3 characters. I cant see any error in log or chrome console. You can see the video

https://jam.dev/c/c1987fc6-8718-400b-86c5-9d5216470a61

Hi @simplecreative,

It’s kind of hard to tell what could be going wrong just from looking at the video. Can you please share a URL + screenshots for how the element was setup in the builder. Alternatively you can also share temporary admin access to help@bricksbuilder.io with a link to this thread so we can investigate this. Thanks.

Thanks Charaf, I sent you to the help@ address everything.

Hi @simplecreative,

Thank you for sharing access.

Looks like the issue is from the ::before pseudo element right below the opening tag:

Just setting the pseudo element’s z-index to -1 should solve it:

1 Like

OMG! It was my fault! I’m so sorry! Thanks your sharp eyes! :slight_smile:

1 Like