Created
June 4, 2015 08:01
-
-
Save guypursey/cbef413f2670f066ee8b to your computer and use it in GitHub Desktop.
Bookmarklet to add scrollbar to Google Organisational Chart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function () { document.getElementsByClassName("waffle-objwrap-gvizchart")[0].style.overflow = "scroll"; } ()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this as bookmarklet and click to add scrollbars to a Google Sheets Organisational Chart.