Skip to content

Instantly share code, notes, and snippets.

@guypursey
Created June 4, 2015 08:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guypursey/cbef413f2670f066ee8b to your computer and use it in GitHub Desktop.
Save guypursey/cbef413f2670f066ee8b to your computer and use it in GitHub Desktop.
Bookmarklet to add scrollbar to Google Organisational Chart
javascript: (function () { document.getElementsByClassName("waffle-objwrap-gvizchart")[0].style.overflow = "scroll"; } ())
@guypursey
Copy link
Author

Add this as bookmarklet and click to add scrollbars to a Google Sheets Organisational Chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment