Skip to content

Instantly share code, notes, and snippets.

@markguinn
Created August 16, 2013 11:01
Show Gist options
  • Select an option

  • Save markguinn/6249009 to your computer and use it in GitHub Desktop.

Select an option

Save markguinn/6249009 to your computer and use it in GitHub Desktop.
Bookmarklet to reveal error trace in Silverstripe CMS admin. Click this and you can scroll up.
javascript:(function(){ document.body.style.overflow='scroll'; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment