ChristopherChudzicki / math3d

Legacy version: Use math3d-react repo instead
MIT License
12 stars 4 forks source link

Mobile modal overlays have wrong z-index #105

Closed ChristopherChudzicki closed 7 years ago

ChristopherChudzicki commented 7 years ago

On small screens, the "share" and "Help/Contact" buttons trigger a popeye modal instead of a popover. But the modal displays incorrectly: it should overlay all content, but is visibly underneath the nav bar and the left side controls (when toggled on).

This should be an easy z-index fix in the CSS.