help3xsl/prism.css |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c6d3ab55898217c994d232df5ac14f7e0f4ec8c6
Author:     Juan José González <[email protected]>
AuthorDate: Wed Apr 3 20:02:09 2024 -0600
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Thu Apr 4 12:20:37 2024 +0200

    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 <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    (cherry picked from commit c89178e82abacbb240e571fcbd9bd0f76b40642d)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165720

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;

Reply via email to