Created
August 31, 2025 16:14
-
-
Save gabrieljones/287752f1fa4abb18443c8d2e1504870e to your computer and use it in GitHub Desktop.
Grafana v8.5.27 css tweaks to make grabbing full page screenshots possible
This file contains hidden or 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
| document.querySelector('main > div > div > div').style.overflow = 'visible'; | |
| document.querySelector('main > div > div > div > div.scrollbar-view').style.overflow = 'visible'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment