mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(mobile): make modal windows scrollable
This commit is contained in:
		| @@ -1397,10 +1397,11 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { | ||||
|         right: 0; | ||||
|         margin: 0 !important; | ||||
|         max-height: 85vh;         | ||||
|         display: flex; | ||||
|     } | ||||
|  | ||||
|     body.mobile .modal-content { | ||||
|         height: 100% !important; | ||||
|         overflow-y: auto; | ||||
|     } | ||||
|  | ||||
|     body.mobile .help-dialog kbd { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user