From 25e4da833632a8d44f4bad64aab12ebd6b51dceb Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 18 Jul 2013 10:42:20 -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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'skins') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 58936a6d8..9b7492c83 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -226,6 +226,14 @@ hr { width: 99%; } +#bugzilla-body div.bz_comment:before { + display:block; + content: " "; + margin-top: -95px; + height:95px; + visibility: hidden; +} + /* Home */ #page-index { -- cgit v1.2.3-24-g4f1b