diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index f6d9bca85..aef0a93e4 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -89,7 +89,7 @@ transform: translateY(0); } - .tray:not(:has(.tray__item)) & { + .tray:not(:has(.tray__item:not(.tray__item--overflow))) & { opacity: 1; scale: 1; transform: none;