diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-18 21:06:11 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-18 21:06:11 +0100 |
commit | bc8533f5e9e211f250b5bc3247797feac0f1303b (patch) | |
tree | a235a167a4e724490f2e16a28bc732b01c507e66 /skins/standard | |
parent | 334bead74bc9c5e819f14946726eaad40986d636 (diff) | |
download | bugzilla-bc8533f5e9e211f250b5bc3247797feac0f1303b.tar.gz bugzilla-bc8533f5e9e211f250b5bc3247797feac0f1303b.tar.xz |
Bug 905763 - Fix named anchors in various pages so that the Sandstone theme header can be set to a fixed position
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |