rbhatia46 / MemoryGame

A memory game built in JavaScript implementing all the basic concepts of Vanilla JS
6 stars 16 forks source link

Fixed issue clicking start button #28

Closed brentlapierre closed 7 years ago

brentlapierre commented 7 years ago

Added z-index to .container, giving focus to the elements.

Reference to #27