diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index e60631c08..c37c6ae9c 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -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;