patch: New right menu on mobile - default behavior fixed

This commit is contained in:
gaelle morin
2021-04-15 13:13:48 +02:00
committed by Jean-Baptiste Pasquier
parent c4e3e6a2ce
commit db3d158116
17 changed files with 22 additions and 20 deletions

View File

@ -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;