26611cc6 by Jeremy Groot

fix to mobile sidebar

1 parent 3daa2ace
...@@ -15020,11 +15020,6 @@ article > h5 { ...@@ -15020,11 +15020,6 @@ article > h5 {
15020 .retract .sidebar { 15020 .retract .sidebar {
15021 top: 9rem; 15021 top: 9rem;
15022 } 15022 }
15023 .sidebar.show > section {
15024 overflow: scroll;
15025 max-height: 70.5vh;
15026 height: 70.5vh;
15027 }
15028 #page-content .col-sm-smallMenu.show { 15023 #page-content .col-sm-smallMenu.show {
15029 z-index: 9999; 15024 z-index: 9999;
15030 } 15025 }
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -467,13 +467,13 @@ ...@@ -467,13 +467,13 @@
467 } 467 }
468 } 468 }
469 469
470 .sidebar.show { 470 // .sidebar.show {
471 & > section { 471 // & > section {
472 overflow: scroll; 472 // overflow: scroll;
473 max-height: 70.5vh; 473 // max-height: 70.5vh;
474 height: 70.5vh; 474 // height: 70.5vh;
475 } 475 // }
476 } 476 // }
477 477
478 #page-content .col-sm-smallMenu.show { 478 #page-content .col-sm-smallMenu.show {
479 z-index: 9999; 479 z-index: 9999;
......