This is a simple fix to issue #39 where the div lottery-bg-3-animation has a z-index of 1 and hence occludes the lottery-dialog-confirm-count button which has no z-index set.
This simple change sets the z-index to 1, preventing the occlusion of the confirm button (on firefox browsers)
This is a simple fix to issue #39 where the div
lottery-bg-3-animation
has a z-index of 1 and hence occludes thelottery-dialog-confirm-count
button which has noz-index
set. This simple change sets thez-index
to 1, preventing the occlusion of the confirm button (on firefox browsers)