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

Ilmari Lauhakangas (via logerrit) logerrit at kemper.freedesktop.org
Sat Oct 24 09:59:11 UTC 2020


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

New commits:
commit 4c9cd88154a6130360ac550b7e406ea0b59a4994
Author:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Sat Oct 24 12:46:27 2020 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sat Oct 24 11:58:50 2020 +0200

    Use z-index: 100 for TopLeftHeader
    
    The tooltip functionality was making things messy with the sticky header
    
    Change-Id: I8a77b11c950c54f00bde0c040a2945f503f993b5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104749
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index bd4819181..197052902 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -340,6 +340,7 @@ h6 {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
+    z-index: 100;
 }
 .dropdowns {
     /* allow for scrolling */


More information about the Libreoffice-commits mailing list