GoogleChromeLabs / proxx

A game of proximity
https://proxx.app
Apache License 2.0
1.31k stars 124 forks source link

fix bombs above scrollbars (insert canvas below scrollbars) #500

Open dtudury opened 4 years ago

dtudury commented 4 years ago

this is a fix for issue #499

on losing; the bombs would appear above the right scrollbar. this happened because the canvas holding the bombs was appended after the tableContainer element which holds the scrollbars. this PR inserts the canvas before tableContainer