I’m using Harvest’s “chosen” plugin, and it’s working fine until the browser window increases too far in width– then for some reason it calculates that left should be -9000 and renders off screen.
Furthermore, I can no longer get it to close by clicking outside of the dropdown area.
Screenshot below– what can be seen of the dropdown is circled in red. Has anyone else run into this problem?

I just realized what’s going on.
When you’re outside of the input/dropdown, the dropdown is still rendered, but given a left of -9000px.
My browser width is currently about 9400 px.
Still don’t actually know why it’s not closing, though.
EDIT: edited the src to use show/hide instead of left and it works now….