From b6e1c50486ac17c4f25d1fc82f6c1d14e028b10a Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Fri, 17 May 2024 23:39:26 +0500 Subject: [PATCH] I fixed this so that prismjs doesn't overlap the menu in the mobile version. --- app/application/resources/site/scss/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/application/resources/site/scss/app.scss b/app/application/resources/site/scss/app.scss index 4d7f427..3236656 100644 --- a/app/application/resources/site/scss/app.scss +++ b/app/application/resources/site/scss/app.scss @@ -79,7 +79,7 @@ body { margin-left: auto; cursor: pointer; position: relative; - z-index: 10; + z-index: 110; .open { display: block; @@ -138,6 +138,7 @@ body.mobile-menu-open { overflow: auto; width: 100%; height: 100%; + z-index: 100; } } #language {