mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fixed relation map sizing issue
This commit is contained in:
		@@ -5,9 +5,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#relation-map-wrapper {
 | 
					#relation-map-wrapper {
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    overflow: hidden !important;
 | 
					    height: 100%;
 | 
				
			||||||
    height: 4000px; /* we need to set fixed dimentions. This number is probably enough to cover any screen */
 | 
					 | 
				
			||||||
    width: 4000px;
 | 
					 | 
				
			||||||
    outline: none; /* remove dotted outline on click */
 | 
					    outline: none; /* remove dotted outline on click */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,6 +76,7 @@ body {
 | 
				
			|||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
    overflow: auto;
 | 
					    overflow: auto;
 | 
				
			||||||
    flex-basis: content;
 | 
					    flex-basis: content;
 | 
				
			||||||
 | 
					    height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.note-detail-component {
 | 
					.note-detail-component {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user