add overflow

This commit is contained in:
PhilReact 2024-01-24 12:39:46 +02:00
parent dbe1860584
commit f6e953e153

View File

@ -4330,6 +4330,8 @@ const styles = `
flex-direction: column;
align-items: center;
gap: 15px;
overflow: auto;
max-height: calc(95vh - 250px);
}
.modal-paragraph-error {