Skip to content

Instantly share code, notes, and snippets.

@gabrieljones
Created August 31, 2025 16:14
Show Gist options
  • Select an option

  • Save gabrieljones/287752f1fa4abb18443c8d2e1504870e to your computer and use it in GitHub Desktop.

Select an option

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
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