602e9256 by Jeremy Groot

u

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