bradfrost / ish.

ish. is yet another viewport resizer
731 stars 74 forks source link

Frame resize bar isn't visible in Chrome #15

Open leepowelldev opened 10 years ago

leepowelldev commented 10 years ago

Chrome 36.0.1985.125, Mavericks, no extensions installed - the draggable resize bar doesn't seem to be visible.

It's there in the markup, and 'should' work, but this is possibly a bug in chrome that prevents it from being visible. If you delete the iframe from the DOM it oddly becomes visible again.

bradfrost commented 10 years ago

Hey @leepowellcouk, Thanks for bringing this to my attention. I'm seeing the same thing. I don't know the next time I'll be able to address this, so if you happen to have a minute to figure out why the handler isn't showing up I'd greatly appreciate it!

leepowelldev commented 10 years ago

Think I have a simple fix. Just need to test it, then I'll submit a PR.