Skip to content

Instantly share code, notes, and snippets.

@vsego
Last active February 11, 2019 13:21
Show Gist options
  • Save vsego/1909a1a964e4b84abdcd66582a3ae7bf to your computer and use it in GitHub Desktop.
Save vsego/1909a1a964e4b84abdcd66582a3ae7bf to your computer and use it in GitHub Desktop.
Google Groups horizontal scrollbar

Posts in Google Groops lack horizontal scrollbar, which can be a pain (I use private groups for various notification emails that need to be read and managed in one spot by different people). In Chrome, this can be fixed in two simple steps:

  1. Install Stylebot extension.
  2. Reload the page if it's already loaded, then right-click it, pick "Stylebot" > "Style Element", then click "Edit CSS" button at the bottom of the sidebar, and set this for groups.google.com:
#tm-tl > div > div > div > div > div > div:nth-child(4) > div > div {
    width: fit-content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment