summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan José González <juanjosegzl@libreoffice.org>2024-04-03 20:02:09 -0600
committerAndras Timar <andras.timar@collabora.com>2024-04-19 12:53:49 +0200
commitcea3437fa87daa28f74e778200e5650d59f6779c (patch)
treed8ddcdeb7588db9ca34147a38583068aa092dd15
parentb43d32f0218caaeb880c06d490d0b99972a50614 (diff)
tdf#160467 Remove z-index in prism code block
Right now code renders on top of header section. Remove z-index to fix it. Change-Id: Ic0cf226275eae1656107de27907a94af256d5555 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165768 Tested-by: Jenkins Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit c89178e82abacbb240e571fcbd9bd0f76b40642d) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165718
-rw-r--r--help3xsl/prism.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/help3xsl/prism.css b/help3xsl/prism.css
index 4610909810..54f0bf021e 100644
--- a/help3xsl/prism.css
+++ b/help3xsl/prism.css
@@ -39,7 +39,6 @@ pre[class*="language-"] {
pre[class*="language-"] > code {
position: relative;
- z-index: 1;
border-left: 10px solid #358ccb;
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
background-color: #fdfdfd;