diff options
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.html')
| -rw-r--r-- | chrome-get-urls-from-tabs-in-windows.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index a45f70a..90e4013 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,7 +4,9 @@  	<title>Chrome Copy URLs From All Tabs</title>  	<style> -		textarea { width: 600px; height: 900px; font: 13px/1.6 Courier, monospace; } +		html, body { height: 100%; } +		 +		textarea { width: 600px; height: 90%; font: 13px/1.6 Courier, monospace; }  		#header { font: bold 18px Helvetica, sans-serif; }  	</style> | 
