From 3bc508b8b09698b1d19cb2ac1b5d3b24264c7d2e Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Fri, 17 May 2024 23:27:18 +0500 Subject: [PATCH] I fixed it so that prismjs would not overlap when selecting another language. --- app/application/resources/site/scss/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/application/resources/site/scss/app.scss b/app/application/resources/site/scss/app.scss index e1378e1..4d7f427 100644 --- a/app/application/resources/site/scss/app.scss +++ b/app/application/resources/site/scss/app.scss @@ -176,6 +176,7 @@ body.mobile-menu-open { padding: 10px 0; margin: 0; border-radius: 0 0 5px 5px; + z-index: 100; a { text-decoration: none;