summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-01-04 23:05:27 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-01-05 13:06:53 +0100
commit219add06db0e2193170b462ef74956d559ffcbaa (patch)
tree17dbd75b4e4e1630bf01cfe59bd0122530944381
parentremove note about PDF Import extension (diff)
downloadhelp-219add06db0e2193170b462ef74956d559ffcbaa.tar.gz
help-219add06db0e2193170b462ef74956d559ffcbaa.zip
tdf#158961 Remove a z-index: 100 rule to keep Safari happy
Modules navigation was not showing up in Safari because it had too few elements to overflow. For some reason the z-index: 100 rule for the containing div triggered this buggy behaviour. Change-Id: I50776401b567d125d086e826ec7a23694bdf6774 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161651 Tested-by: Jenkins Reviewed-by: Juan José González <juanjosegzl@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> (cherry picked from commit 7f6876711ed991c8cf83edcc47980639b58c2c7a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161647 (cherry picked from commit c903a5157e0b9fe44a624965b642d1af57ec2b28) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161648
-rw-r--r--help3xsl/default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index f01f567484..54cf36daca 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -680,7 +680,6 @@ li.disabled a {
.modules {
border-bottom: 2px solid #f3f3f3;
background-color: #233336;
- z-index: 100;
}
#modules:after, #langs:after {
font-size: 30px;