mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	make context sub-menu scrollable, fix #3136
This commit is contained in:
		| @@ -755,6 +755,9 @@ li.dropdown-submenu:hover > ul.dropdown-menu { | ||||
|     left: 100%; | ||||
|     margin-top: -6px; | ||||
|     min-width: 15rem; | ||||
|     /* to make submenu scrollable https://github.com/zadam/trilium/issues/3136 */ | ||||
|     max-height: 600px; | ||||
|     overflow: auto; | ||||
| } | ||||
|  | ||||
| /* rotate caret on hover */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user