View difference between Paste ID: 6YVq3FmW and 028qgR3K
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
	$(window).scroll(function()
3
	{
4-
		$("#staysAtBottom").css("bottom", $(window).scrollTop() + $(window).height() +"px");
4+
		$("#staysAtBottom").css("bottom", $(window).scrollTop() + $(window).height() + $("#staysAtBottom").height() +"px");
5
	});
6
</script>