fix bootstrap5 + vue modal content scrollable overflow

This commit is contained in:
2021-07-04 14:26:00 +02:00
parent c36aa22ab2
commit d016f9be86
2 changed files with 7 additions and 1 deletions

View File

@@ -265,3 +265,9 @@ footer.footer {
}
}
}
/// modal + vue
div.modal-mask {
display: inherit;
}