Merge pull request #517 from basecamp/more-notifications-visibility
Reduce specificity of base tray__item class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user