mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	Merge pull request #472 from dousha/bugfix-math-preview
Override the z-index of Bootstrap tooltips
This commit is contained in:
		
						commit
						201e2fcfdb
					
				@ -460,6 +460,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
 | 
			
		||||
 | 
			
		||||
.tooltip {
 | 
			
		||||
    font-size: var(--main-font-size) !important;
 | 
			
		||||
    z-index: calc(var(--ck-z-panel) - 1) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tooltip-trigger {
 | 
			
		||||
@ -960,14 +961,6 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
 | 
			
		||||
    white-space: normal !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
    ckeditor's autocomplete
 | 
			
		||||
    should be higher than 1070 of tooltip
 | 
			
		||||
*/
 | 
			
		||||
.ck.ck-balloon-panel {
 | 
			
		||||
    z-index: 1101;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.area-expander {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: row;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user