From e774df014e62588b9171bc9c3fd6fe54df72071d Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 15 Aug 2013 15:29:31 -0400 Subject: Bug 848455 - Comment anchor links do not scroll to the correct part of the page in the Mozilla theme --- skins/contrib/Mozilla/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index cef0d16f6..b30c1a842 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -67,7 +67,7 @@ hr { border-top: 3px solid rgb(104, 104, 104); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); margin: -15px; - position: fixed; + position: absolute; width: 100%; z-index: 2; color: transparent; -- cgit v1.2.3-24-g4f1b