diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-01-04 23:05:27 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-01-05 13:00:32 +0100 |
commit | 27088ec11fbefefff49820050a411d5d21e32c6d (patch) | |
tree | 8e0780bc8957ccdc075c8b85bad494a8ed42b523 /help3xsl | |
parent | c8244945b9d36822a2a35edca7bb9111f39ef282 (diff) |
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>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 5f3276fb5b..5bcd2c28f1 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -699,7 +699,6 @@ li.disabled a { .modules { border-bottom: 2px solid #f3f3f3; background-color: #233336; - z-index: 100; } #modules:after, #langs:after { font-size: 30px; |