tomgenoni / cssdig-chrome

Chrome extension for analyzing CSS.
MIT License
380 stars 21 forks source link

Fixed a bug where perspective prop on body of src page pushed modal offscreen #7

Closed djmadeira closed 7 years ago

djmadeira commented 9 years ago

Fixes #6. This is actually a little bit of a hack to fix an issue that might be with WebKit, where children whose parents have the perspective CSS prop don't calculate their height properly (demo). There's an issue on the WebKit bug tracker if you want to make some noise about it.