mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
12 lines
233 B
SCSS
12 lines
233 B
SCSS
:host {
|
|
position: fixed;
|
|
top: 0;
|
|
right: calc(50% - (var(--pngx-toast-max-width) / 2));
|
|
margin: 0.3em;
|
|
z-index: 1200;
|
|
}
|
|
|
|
.toast:not(.show) {
|
|
display: block; // this corrects an ng-bootstrap bug that prevented animations
|
|
}
|