Frank
Frank

Reputation: 119

Site works fine on other browsers except for Firefox

I am new to this coding stuff and I've made a portfolio site and it works fine on chrome and safari but for some reason in Firefox the projects section doesnt work right, theres no skew and I can't click on the more info button, any ideas? portfolio site

Upvotes: 1

Views: 68

Answers (1)

Andrew Evt
Andrew Evt

Reputation: 3689

Try to remove z-index: -1; property from .projects class. With z-index: -1; you are hiding block with more info buttons below the body block, and you can't click it.

Upvotes: 2

Related Questions