forked from EVOgeek/Vmeda.Online
		
	MOBILE-4270 theme: Fix popover issue with chrome 114
This commit is contained in:
		
							parent
							
								
									cbb33b029f
								
							
						
					
					
						commit
						5c6d83571d
					
				| @ -1806,3 +1806,21 @@ ion-modal.core-modal-no-background { | |||||||
|         display: none; |         display: none; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | /* | ||||||
|  | * This is to solve popver issue in chrome 114 | ||||||
|  | * For more info see: https://github.com/ionic-team/ionic-framework/issues/27599 | ||||||
|  | */ | ||||||
|  | [popover].popover-viewport { | ||||||
|  |     display: initial; | ||||||
|  |     position: initial; | ||||||
|  |     margin: initial; | ||||||
|  |     border: initial; | ||||||
|  |     background: initial; | ||||||
|  |     padding: initial; | ||||||
|  |     width: initial; | ||||||
|  |     height: initial; | ||||||
|  |     overflow: initial; | ||||||
|  |     inset: initial; | ||||||
|  |     color: initial; | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user