patch: New right menu on mobile - default behavior fixed
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
c4e3e6a2ce
commit
db3d158116
@ -69,7 +69,9 @@ main {
|
||||
|
||||
/* Styles use with JS to open/close the sidebar */
|
||||
&.jsRightMenu {
|
||||
display: block;
|
||||
@media (min-width: 768,01px) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user