[Libreoffice-commits] help.git: help3xsl/default.css

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Tue May 26 18:39:55 UTC 2020


 help3xsl/default.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3dbc5d6b39165002e1de2f3ba6d99d6d7d9a5dd4
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue May 26 15:23:30 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue May 26 20:39:33 2020 +0200

    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 at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 574b6a963..0ae386088 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 {


More information about the Libreoffice-commits mailing list