I fixed this so that prismjs doesn't overlap the menu in the mobile version.
This commit is contained in:
parent
3bc508b8b0
commit
b6e1c50486
@ -79,7 +79,7 @@ body {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 110;
|
||||||
|
|
||||||
.open {
|
.open {
|
||||||
display: block;
|
display: block;
|
||||||
@ -138,6 +138,7 @@ body.mobile-menu-open {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#language {
|
#language {
|
||||||
|
Loading…
Reference in New Issue
Block a user