Fix hidden overflow on interaction modal (#21763)
* Fix hidden overflow on interaction modal * only update overflow y
This commit is contained in:
		
							parent
							
								
									fe85b0b686
								
							
						
					
					
						commit
						6414c28368
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -7981,7 +7981,8 @@ noscript {
 | 
				
			||||||
  width: 600px;
 | 
					  width: 600px;
 | 
				
			||||||
  background: $ui-base-color;
 | 
					  background: $ui-base-color;
 | 
				
			||||||
  border-radius: 8px;
 | 
					  border-radius: 8px;
 | 
				
			||||||
  overflow: hidden;
 | 
					  overflow-x: hidden;
 | 
				
			||||||
 | 
					  overflow-y: auto;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
  padding: 20px;
 | 
					  padding: 20px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue