I fixed this so that prismjs doesn't overlap the menu in the mobile version.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user