Skip to content

Instantly share code, notes, and snippets.

@thelabcat
Last active May 2, 2026 02:24
Show Gist options
  • Select an option

  • Save thelabcat/fec66e7a5278bca870d834490ca5c7de to your computer and use it in GitHub Desktop.

Select an option

Save thelabcat/fec66e7a5278bca870d834490ca5c7de to your computer and use it in GitHub Desktop.
Custom CSS to use Rumble chat popout in OBS Studio
/* Make the background transparent, the border invisible, and the text white */
* {
background-color: transparent !important;
border: none !important;
color: #fff !important;
}
/* Hide a bunch of elements */
.chat--header, .chat-sticky-rants__container, .chat__pinned-ui-container, .chat--signin-container, .chat-form-overflow-wrapper {display: none}
/* Hide the scrollbar */
#chat-history-list {overflow-y: hidden}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment