calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.46k stars 235 forks source link

Problematic z-index on div#needpw #852

Closed rnkn closed 4 years ago

rnkn commented 4 years ago

Please fill out the templates below to the best of your ability, based on whether your problem is with using the website or with running your own server.

Website Problem

Please confirm whether you've tried the following debugging steps:

Description of the Problem

The issue seems to be because the div#needpw element has an element style including z-index: auto overriding its CSS z-index: 9999.

Screen Shot 2020-03-29 at 9 33 32 pm

System Information

Xaekai commented 4 years ago

Yeah, given the purpose of the chan pass request box and how it stops loading until provided, it's z-index should probably be inlined. I'll get this done shortly.

Xaekai commented 4 years ago

Strange this didn't autoclose. Resolved by #853