Rework app-shell layout
This commit is contained in:
+2
-1
@@ -28,6 +28,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
});
|
||||
nav.appendChild(list);
|
||||
|
||||
// Stack the TOC on top of any server-rendered widget(s) already in the rail.
|
||||
var rail = document.querySelector("aside.sidebar");
|
||||
rail.appendChild(nav);
|
||||
rail.insertBefore(nav, rail.firstChild);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user