mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	mitigations for tooltip flickering
This commit is contained in:
		| @@ -44,7 +44,7 @@ function setupTooltip() { | |||||||
|                 container: 'body', |                 container: 'body', | ||||||
|                 placement: 'auto', |                 placement: 'auto', | ||||||
|                 trigger: 'manual', |                 trigger: 'manual', | ||||||
|                 boundariesElement: 'window', |                 boundary: 'window', | ||||||
|                 title: html, |                 title: html, | ||||||
|                 html: true |                 html: true | ||||||
|             }); |             }); | ||||||
|   | |||||||
| @@ -545,6 +545,11 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th | |||||||
|     overflow-y: auto; |     overflow-y: auto; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* this should help with tooltip flickering */ | ||||||
|  | .tooltip { | ||||||
|  |     pointer-events: none; | ||||||
|  | } | ||||||
|  |  | ||||||
| .tooltip-inner { | .tooltip-inner { | ||||||
|     background-color: #fbfbfb !important; |     background-color: #fbfbfb !important; | ||||||
|     max-width: 400px; |     max-width: 400px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user