Remove shadows from notifications you can't see
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user