From c903a5157e0b9fe44a624965b642d1af57ec2b28 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Thu, 4 Jan 2024 23:05:27 +0200 Subject: tdf#158961 Remove a z-index: 100 rule to keep Safari happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas (cherry picked from commit 7f6876711ed991c8cf83edcc47980639b58c2c7a) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161647 --- help3xsl/default.css | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3