I’m currently working on a “responsive” showcase on my portfolio, and I cannot for the life of me figure out why my tabs aren’t responding in the mobile-portrait viewport.
I’ve used tabs before, and I’ve never had this issue before, but I’m just very stumped at the moment and can use an extra set of eyes + some advice!
Turns out, there was a layer that was set to relative in the navbar component. Specifically a BG-Overlay that appeared once I opened the mobile menu to create a dark overlay with a blur.
Since it was set to opacity=0%, and the relative z-index was low enough that it wasn’t getting in the way of pretty much all of my other elements…it did happen to be above the tabs!