survivejs / site

survivejs.com
https://survivejs.com/
Other
68 stars 22 forks source link

The next (>) button is rendered on top of the chat window #103

Closed sapegin closed 6 years ago

sapegin commented 6 years ago

image 2018-06-22 at 8 05 06 pm

Another bug with arrows:

image 2018-06-23 at 9 30 47 pm

We need to get rid of absolute positioning: arrows should never overlap navigation (this will also fix the chat issue).

bebraw commented 6 years ago

Yeah, z-index! Maybe we can assign the chat window higher or do something for the arrows.