602e9256 by Jeremy Groot

u

1 parent ee1c2201
......@@ -14874,6 +14874,7 @@ article > h5 {
width: 100% !important;
padding-top: 2.5rem;
position: fixed;
z-index: 9;
}
.sidebar.show {
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.
......@@ -265,6 +265,7 @@
width: 100% !important;
padding-top:2.5rem;
position: fixed;
z-index: 9;
&.show {
display: block;
}
......