Fix menu content overlay on tablet
This commit is contained in:
parent
0cdc545fe0
commit
4835b374d0
|
@ -170,6 +170,8 @@
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
z-index: z(overlay);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue