When dismissing a notification, the stack is reduced by the standard notice height (46px...from notice.height())
With a notice that is taller than the minimum, it does not reclaim the full amount of space, so a notice above or below the one being dismissed ends up either floating above the bottom edge, or cut off below the bottom edge.
Long standing issue.
When dismissing a notification, the stack is reduced by the standard notice height (46px...from
notice.height()
)With a notice that is taller than the minimum, it does not reclaim the full amount of space, so a notice above or below the one being dismissed ends up either floating above the bottom edge, or cut off below the bottom edge.