fix toastr full width position

This commit is contained in:
REJack
2020-05-17 01:31:00 +02:00
parent cf7daa0159
commit 161099e3bc
5 changed files with 15 additions and 4 deletions

View File

@@ -23124,6 +23124,11 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
background-color: #ffc107;
}
.toast-bottom-full-width .toast,
.toast-top-full-width .toast {
max-width: inherit;
}
.pace {
z-index: 1048;
}