Fix emoji picker being always displayed (#10979)
* Fix emoji picker being always displayed * Remove duplicate content with other pull-requests
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							8f3c32e29c
						
					
				
				
					commit
					c402c291f4
				
			@@ -408,12 +408,20 @@
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .emoji-picker-wrapper,
 | 
			
		||||
  .autosuggest-textarea__suggestions-wrapper {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    height: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .emoji-picker-wrapper {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    height: 0;
 | 
			
		||||
 | 
			
		||||
    &.emoji-picker-wrapper--hidden {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .autosuggest-textarea__suggestions {
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
    display: none;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user