You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
The text was updated successfully, but these errors were encountered:
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"),
toconst 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 )
The text was updated successfully, but these errors were encountered: