Skip to content

Instantly share code, notes, and snippets.

@HoverBaum
Created November 6, 2023 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoverBaum/100f255de10726a9ebf7a3bc29e582a9 to your computer and use it in GitHub Desktop.
Save HoverBaum/100f255de10726a9ebf7a3bc29e582a9 to your computer and use it in GitHub Desktop.
Display inline titles inside popovers.
/* Display inline titles inside popovers */
.hover-popover .inline-title {
display: block;
}
/* Uncomment the below for inline titles inside inline embeds */
/*
.inline-embed .inline-title {
display: block;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment