mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 17:41:19 +00:00
Fix broken toast animations & DOM removal
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
margin: 0.5em;
|
||||
z-index: 1200;
|
||||
}
|
||||
|
||||
.toast:not(.show) {
|
||||
display: block; // this corrects an ng-bootstrap bug that prevented animations
|
||||
}
|
||||
Reference in New Issue
Block a user