mirror of
				https://github.com/Qortal/qortal-ui.git
				synced 2025-10-31 20:57:58 +00:00 
			
		
		
		
	Merge pull request #250 from Philreact/bugfix/add-scroller-publish-modal
add overflow
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user