Allow to Disable Pop-up Notifications

To disable all pop-up notifications in Obsidian, use this CSS snippet:

.notice-container {
  display: none !important;
}
2 Likes