From bc8533f5e9e211f250b5bc3247797feac0f1303b Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 18 Dec 2017 15:06:11 -0500 Subject: Bug 905763 - Fix named anchors in various pages so that the Sandstone theme header can be set to a fixed position --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 3b58c1d63..12dab11f5 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -39,6 +39,7 @@ font-family: sans-serif; color: #000; background: #fff url("global/body-back.gif") repeat-x; + scroll-behavior: smooth; } body, td, th, input { font-family: Verdana, sans-serif; -- cgit v1.2.3-24-g4f1b