mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix(popup_editor): note icon overlapping with classic editor
This commit is contained in:
		| @@ -49,7 +49,7 @@ const TPL = /*html*/`\ | |||||||
|             left: 0; |             left: 0; | ||||||
|             right: 0; |             right: 0; | ||||||
|             background: var(--modal-background-color); |             background: var(--modal-background-color); | ||||||
|             z-index: 1000; |             z-index: 998; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         .modal.popup-editor-dialog .note-detail-file { |         .modal.popup-editor-dialog .note-detail-file { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user