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);