ee1c2201 by Jeremy Groot

mobile fix

1 parent ce127f06
...@@ -14873,6 +14873,7 @@ article > h5 { ...@@ -14873,6 +14873,7 @@ article > h5 {
14873 background: #F2F2F2; 14873 background: #F2F2F2;
14874 width: 100% !important; 14874 width: 100% !important;
14875 padding-top: 2.5rem; 14875 padding-top: 2.5rem;
14876 position: fixed;
14876 } 14877 }
14877 .sidebar.show { 14878 .sidebar.show {
14878 display: block; 14879 display: block;
......
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.
...@@ -264,6 +264,7 @@ ...@@ -264,6 +264,7 @@
264 background:#F2F2F2; 264 background:#F2F2F2;
265 width: 100% !important; 265 width: 100% !important;
266 padding-top:2.5rem; 266 padding-top:2.5rem;
267 position: fixed;
267 &.show { 268 &.show {
268 display: block; 269 display: block;
269 } 270 }
......