emmetio / re-view

A Google Chrome extension for displaying responsive breakpoints view
http://re-view.emmet.io
MIT License
205 stars 20 forks source link

Make sure that the UI covers everything #12

Closed fregante closed 8 years ago

fregante commented 9 years ago

z-index: 9999 -> 2147483647 (it's the max z-index)

fregante commented 8 years ago

Can you pull this in? It's just a number change

sergeche commented 8 years ago

Actually, this is old repo with previous version of Re:view. Current version is here: https://github.com/emmetio/re-view-chrome

And I don’t think this change fixes something because Re:view disables all in-page stylesheets and elements on start: https://github.com/emmetio/re-view-chrome/blob/master/scripts/re-view.js#L121

fregante commented 8 years ago

Strange, at some point some element was showing up on top of re:view, possibly because of some !important or conflicting style?