From e4a8258acf81bfaacde89b8332c77c3f0f33f857 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 22 Aug 2025 20:52:31 +0300 Subject: [PATCH] client/settings/disable motion: fix submenus not opening --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 2c21ffb7a..c00ff8531 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -363,7 +363,7 @@ body.desktop .tabulator-popup-container { @supports (animation-fill-mode: forwards) { /* Delay the opening of submenus */ - body.desktop .dropdown-submenu .dropdown-menu { + body.desktop:not(.motion-disabled) .dropdown-submenu .dropdown-menu { opacity: 0; animation-fill-mode: forwards; animation-delay: var(--submenu-opening-delay);