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;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user