ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Resizing the page with the card submit modal open hides modal #63

Closed Awkewainze closed 7 years ago

Awkewainze commented 8 years ago

If you open the card submit modal fullscreen and change the size of the browser to width <768px, the modal will disappear and you have to resize to >=768px to see it again.

Same in reverse <768px to >=768px will cause the same issue.

This is caused by there being two different modals for submitting cards, one for mobile size, one for browser size.

Fix is to consolidate the two into one.

Awkewainze commented 7 years ago

I believe this was fixed a while ago