View All Public Notes
Loading...
By using this snippet (then embedding the base like this: ![[categories.base|hide-base]], this way it only affects the selected bases and not across the whole vault):


/* target only embeds with alt="hide-base" */


.internal-embed[alt="hide-base"] .bases-header {


opacity: 0;


pointer-events: none;


transition: opacity 0.3s ease-in-out;


}


.internal-embed[alt="hide-base"]:hover .bases-header {


opacity: 1;


pointer-events: auto;


}

#reddit_comment #obsidian #tutorials #css #snippets