Themes and Custom CSS issues should go here
I’m not sure if this counts as a bug, but I’ll report it anyway.
Steps to reproduce
- Add and enable the following CSS snippet:
.workspace-leaf-content {
animation: none;
}
- Collapse/hide the sidebars in Obsidian.
- Reload the app by performing either of the following actions:
- Press
Cmd + Pand executeReload app without saving - Quit Obsidian and reopen it
- Press
- Expand/open the left sidebar and right sidebar in the newly loaded window.
Did you follow the troubleshooting guide? [Y/N]
Y
Expected result
The sidebars should load properly and display their normal content (e.g., File Explorer, Search, Bookmarks, Properties, etc.).
Actual result
The content displayed in both sidebars is completely blank.
Environment
SYSTEM INFO:
Obsidian version: 1.12.5
Installer version: 1.10.6
Operating system: Darwin Kernel Version 25.3.0: Wed Jan 28 20:53:31 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T8122 25.3.0
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 1
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Additional information
Note: Using animation: unset; does not trigger this bug.
