Merge pull request #400 from basecamp/notification-shadows

Remove shadows from notifications you can't see
This commit is contained in:
Andy Smith
2025-04-11 13:18:53 -05:00
committed by GitHub
+4
View File
@@ -41,6 +41,10 @@
&:nth-child(5) { --position: 5; }
&:nth-child(6) { --position: 6; }
&:nth-child(n+7) .notification__content {
box-shadow: none !important;
}
.tray[open] & {
--offset: calc((100% + var(--block-space-half)) * (var(--position) * -1));
--scale: 1;