Closed
Description
The GitHub Toggle Wiki Sidebar broke for me some time back.
I seem to have fixed it just now on my local machine by altering line 59 from
const sidebar = $("#wiki-rightbar"),
to const sidebar = $(".wiki-rightbar"),
(Edit: nope, my little hack didn't fix. It does make the sidebar appear and re-appear, but the rest of the content doesn't stretch to fit when it disappears).
Possible bug? or maybe I'm just seeing weird behaviour on my local machine?
( Using TamperMonkey with Chrome )