Closed fregante closed 8 years ago
Can you pull this in? It's just a number change
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
Strange, at some point some element was showing up on top of re:view, possibly because of some !important
or conflicting style?
z-index: 9999 -> 2147483647 (it's the max z-index)