diff --git a/ui/desktop/src/styles/main.css b/ui/desktop/src/styles/main.css index 7d94ab3a0740..1a6c2f936ec6 100644 --- a/ui/desktop/src/styles/main.css +++ b/ui/desktop/src/styles/main.css @@ -373,6 +373,11 @@ [class*='animate-[wind'] { animation: none !important; } + + /* Elements that use opacity-0 with appear animation need to be visible when animations are disabled */ + .opacity-0[class*='animate-'] { + opacity: 1 !important; + } } /* Toast close button styling */