Merge pull request #250 from Philreact/bugfix/add-scroller-publish-modal

add overflow
This commit is contained in:
AlphaX-Projects
2024-01-27 11:37:28 +01:00
committed by GitHub

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 {