Skip to content

Instantly share code, notes, and snippets.

@gecbla
Last active May 30, 2016 16:50
Show Gist options
  • Save gecbla/d8e1de32f93e83be9dab9ee1a2358a89 to your computer and use it in GitHub Desktop.
Save gecbla/d8e1de32f93e83be9dab9ee1a2358a89 to your computer and use it in GitHub Desktop.
Change position of FB chat window. Use it with Chrome Stylebot extension!
/* https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en */
#ChatTabsPagelet > div > div > div.uiToggle {
position: static;
}
#ChatTabsPagelet div.fbNubFlyout.fbDockChatTabFlyout.uiContextualLayerParent {
bottom: 0;
left: -1325px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment