mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	changed position of SelectTree popover when overflowing
This commit is contained in:
		
							parent
							
								
									cd5341386e
								
							
						
					
					
						commit
						74349facd8
					
				@ -16,6 +16,7 @@ const ReactSelect = ({ components, styles, error, ariaErrorMessage, ...props })
 | 
			
		||||
  return (
 | 
			
		||||
    <Select
 | 
			
		||||
      {...props}
 | 
			
		||||
      menuPosition="fixed"
 | 
			
		||||
      components={{ ClearIndicator, DropdownIndicator, IndicatorSeparator, ...components }}
 | 
			
		||||
      aria-errormessage={error && ariaErrorMessage}
 | 
			
		||||
      aria-invalid={!!error}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user