To disable all pop-up notifications in Obsidian, use this CSS snippet:
.notice-container {
display: none !important;
}
To disable all pop-up notifications in Obsidian, use this CSS snippet:
.notice-container {
display: none !important;
}