mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Merge pull request #250 from Philreact/bugfix/add-scroller-publish-modal
add overflow
This commit is contained in:
commit
dff92dde1a
@ -4330,6 +4330,8 @@ const styles = `
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
overflow: auto;
|
||||||
|
max-height: calc(95vh - 250px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-paragraph-error {
|
.modal-paragraph-error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user