paperless-ngx/src-ui/src/app/components/common/notification-list/notification-list.component.scss
2025-03-04 08:53:11 -08:00

12 lines
240 B
SCSS

:host {
position: fixed;
top: 0;
right: calc(50% - (var(--pngx-notification-max-width) / 2));
margin: 0.3em;
z-index: 1200;
}
.toast:not(.show) {
display: block; // this corrects an ng-bootstrap bug that prevented animations
}