diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-14 09:43:27 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-14 21:13:15 +0200 |
commit | 242a6bbefc4c8561fb4355329a0a043803e515d9 (patch) | |
tree | e9329dbb8bbd05f780418aa772a417c3cd8d6793 /help3xsl/default.css | |
parent | 404ff19a22ea45cc7b84e5a6874beca8949ca165 (diff) |
More work on Xapian result page
Added module dropdown fix
TODO: Language
Change-Id: I47012d6280694d87fb5d19e25c6052b8a7ed89c7
Reviewed-on: https://gerrit.libreoffice.org/80771
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 1710f1e520..33888ccd2a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -347,7 +347,7 @@ h6 { grid-area: header; position: sticky; top: 0px; - z-index: 1000; + z-index: 100; } header { color: #fff; @@ -621,6 +621,7 @@ li.disabled a { .modules { border-bottom: 2px solid #f3f3f3; background-color: #233336; + z-index: 100; } #modules:after, #langs:after { font-size: 30px; |