diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-15 21:29:31 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-15 21:29:31 +0200 |
commit | e774df014e62588b9171bc9c3fd6fe54df72071d (patch) | |
tree | 411de3a51cab9d15673a340814789d1365034f5b /skins/contrib | |
parent | a3abacdd2235df4c419262f73b7fb923afa80637 (diff) | |
download | bugzilla-e774df014e62588b9171bc9c3fd6fe54df72071d.tar.gz bugzilla-e774df014e62588b9171bc9c3fd6fe54df72071d.tar.xz |
Bug 848455 - Comment anchor links do not scroll to the correct part of the page in the Mozilla theme
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |