Orbiter-Finance / OrbiterFE-V2

239 stars 168 forks source link

Fix #39: Lottery animation occludes confirm button #41

Closed 0xEljh closed 6 months ago

0xEljh commented 8 months ago

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)

kakui-lau commented 6 months ago

fix