diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 15:23:30 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 20:39:33 +0200 |
commit | 3dbc5d6b39165002e1de2f3ba6d99d6d7d9a5dd4 (patch) | |
tree | 3d71aad0cb26c0a95f43e44254e98e9d42dad0f6 /help3xsl | |
parent | 695cea8d8ed485a8c32f9ccb67e2a182159a6734 (diff) |
tdf#126813 Fix scrolling of targeted references
Change-Id: Ic7ce644cc0a5053905e980952ad31767fa87125c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94885
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 574b6a963a..0ae386088a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -879,6 +879,9 @@ li.disabled a { "leftside main main main" ". footer footer footer" } + html { + scroll-padding-top: 64px; + } } @media screen and (min-width: 1440px) { body { |