I fixed this so that prismjs doesn't overlap the menu in the mobile version.

This commit is contained in:
2024-05-17 23:39:26 +05:00
parent 3bc508b8b0
commit b6e1c50486

View File

@@ -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 {