style(EventModal): add blur to backdrop

This commit is contained in:
Tim 2023-12-18 12:05:06 +01:00
parent fc85517904
commit 1ae7b8cce7

View file

@ -8,6 +8,8 @@
}
.event-modal {
backdrop-filter: blur(10px);
.modal-dialog-container {
overflow: visible;
max-width: 45rem;