muicss / mui

Lightweight CSS framework
https://www.muicss.com
Other
4.51k stars 426 forks source link

overlay off doesn't bring back the scroll using Firefox 57 #248

Closed greut closed 6 years ago

greut commented 6 years ago

How to reproduce:

  1. Visit https://www.muicss.com/docs/v1/css-js/overlay
  2. Activate overlay or modal
  3. Click anywhere to deactivate it
  4. Try to scroll

What happens:

What was expected:

Is this MUI related or does Firefox got borked with the latest release? Any hints?

amorey commented 6 years ago

Thanks for creating this issue. It's fixed in the muicss:ondeck branch and will be merged into master and published soon. If you need a quick fix you can run npm run build-packages in the ondeck branch and use the packages in the packages directory.

amorey commented 6 years ago

@greut This is fixed in the latest version (v.0.9.29): https://www.muicss.com https://www.npmjs.com/package/muicss

Let me know if you notice any other issues!