Merge pull request #517 from basecamp/more-notifications-visibility

Reduce specificity of base tray__item class
This commit is contained in:
Andy Smith
2025-05-21 10:15:16 -05:00
committed by GitHub
+1 -1
View File
@@ -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;