Skip to content

Instantly share code, notes, and snippets.

@HoverBaum
Created November 6, 2023 13:16
Show Gist options
  • 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;
}
*/
@czrbnz
Copy link

czrbnz commented Jun 22, 2025

Thank you! The snippet no longer seems to work with Obsidian 1.8.10, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment