Index: safari/ext/popup.js |
=================================================================== |
--- a/safari/ext/popup.js |
+++ b/safari/ext/popup.js |
@@ -12,7 +12,7 @@ |
{ |
setTimeout(function() |
{ |
- safari.self.width = document.body.offsetWidth; |
+ safari.self.width = document.body.scrollWidth; |
Sebastian Noack
2014/04/26 13:39:37
Safari doesn't count overflowing text caused by "w
|
safari.self.height = document.body.offsetHeight; |
resizingScheduled = false; |