Kattixie / portfolio

A minimal AngularJS portfolio for project-oriented folks.
1 stars 0 forks source link

Can't interact with iframe video controls #5

Closed Kattixie closed 8 years ago

Kattixie commented 8 years ago

Just noticed this. I think it's caused by the loader element not being removed from the DOM. Previously I had set it to z-index: -1, which worked.

Kattixie commented 8 years ago

This was an easy fix and was related to z-index. Alternatively I could also remove the element entirely after loading finishes.