summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-10-24 12:46:27 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-10-24 11:58:50 +0200
commit4c9cd88154a6130360ac550b7e406ea0b59a4994 (patch)
tree7ad50b880cbf854c81ae4917f33dbe375a0ccb10 /help3xsl
parentFix menuitem issue (diff)
downloadhelp-4c9cd88154a6130360ac550b7e406ea0b59a4994.tar.gz
help-4c9cd88154a6130360ac550b7e406ea0b59a4994.zip
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@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index bd48191816..197052902b 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 */