mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix scrolling in mobile frontend, closes #1768
This commit is contained in:
		
							parent
							
								
									e8903e82a1
								
							
						
					
					
						commit
						bff04c121a
					
				
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "trilium", |   "name": "trilium", | ||||||
|   "version": "0.46.4-beta", |   "version": "0.46.5", | ||||||
|   "lockfileVersion": 1, |   "lockfileVersion": 1, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
| @ -83,6 +83,9 @@ export default class MobileLayout { | |||||||
|                     .child(new NoteTitleWidget()) |                     .child(new NoteTitleWidget()) | ||||||
|                     .child(new CloseDetailButtonWidget())) |                     .child(new CloseDetailButtonWidget())) | ||||||
|                 .child(new NoteDetailWidget() |                 .child(new NoteDetailWidget() | ||||||
|                     .css('padding', '5px 20px 10px 0'))); |                     .css('padding', '5px 20px 10px 0') | ||||||
|  |                     .css('overflow', 'auto') | ||||||
|  |                     .css('height', '100%') | ||||||
|  |                 )); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam