pull/102/head
Aevann 2023-01-27 09:08:04 +02:00
commit fa3ae18a77
1 changed files with 5 additions and 0 deletions

View File

@ -1897,6 +1897,11 @@ button.close {
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-content > div:last-child {
overscroll-behavior: contain;
}
.modal-dialog-centered {
display: flex;
align-items: center;