diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index 12c0bd090..f6d9bca85 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -21,7 +21,7 @@ position: fixed; z-index: var(--z-tray); - .tray__item { + :where(.tray__item) { --tray-item-delay: calc((var(--tray-item-index) - 1) * 10ms); --tray-item-y: calc((var(--tray-item-index) - 1) * (var(--tray-item-offset) * -1) - var(--tray-bottom-padding)); --tray-item-index: 1;