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
commit dff92dde1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {