marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Does not work properly from Firefox extension content script #257

Closed resurtm closed 5 years ago

resurtm commented 5 years ago

Hi @marcj,

First of all thanks for the nice JS library! :)

I'm having the issue when it does not work properly inside of the Firefox browser extension content script. With Chrome everything is absolutely fine. It could be fixed just like described here:

https://github.com/Semantic-Org/Semantic-UI/issues/3855

I can help you with testing and making sure your fix will work properly.

Thanks!