mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	make the context menu scrollable when exceeding total window height, closes #723
This commit is contained in:
		| @@ -89,6 +89,11 @@ body { | |||||||
|     font-size: inherit; |     font-size: inherit; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #context-menu-container { | ||||||
|  |     max-height: 100vh; | ||||||
|  |     overflow: auto; /* make it scrollable when exceeding total height of the window */ | ||||||
|  | } | ||||||
|  |  | ||||||
| #context-menu-container, #context-menu-container .dropdown-menu { | #context-menu-container, #context-menu-container .dropdown-menu { | ||||||
|     padding: 3px 0 0; |     padding: 3px 0 0; | ||||||
|     z-index: 1111; |     z-index: 1111; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user