add scrollbar to mojon suggestions list when too long
This commit is contained in:
		@@ -2096,6 +2096,8 @@
 | 
				
			|||||||
.autosuggest-textarea__suggestions {
 | 
					.autosuggest-textarea__suggestions {
 | 
				
			||||||
  display: none;
 | 
					  display: none;
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
 | 
					  max-height: 300px;
 | 
				
			||||||
 | 
					  overflow-y: auto;
 | 
				
			||||||
  top: 100%;
 | 
					  top: 100%;
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  z-index: 99;
 | 
					  z-index: 99;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user