diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-10-24 12:46:27 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-10-24 18:19:35 +0200 |
commit | c9675a9cdcbe6228f697fbe08f8171f59206710a (patch) | |
tree | 25cdc1342721e8188e79c7a5c8bf3020752cfc2a | |
parent | 423094e2f75d923ee464d6c5dddc8677a8790476 (diff) |
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>
(cherry picked from commit 4c9cd88154a6130360ac550b7e406ea0b59a4994)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104685
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 6f165e85ce..1d0beb269b 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 */ |