summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-14 09:43:27 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-14 21:13:15 +0200
commit242a6bbefc4c8561fb4355329a0a043803e515d9 (patch)
treee9329dbb8bbd05f780418aa772a417c3cd8d6793 /help3xsl/default.css
parentFix top row of page grid (diff)
downloadhelp-242a6bbefc4c8561fb4355329a0a043803e515d9.tar.gz
help-242a6bbefc4c8561fb4355329a0a043803e515d9.zip
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.css3
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;