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 {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    overflow: hidden !important;
 | 
			
		||||
    height: 4000px; /* we need to set fixed dimentions. This number is probably enough to cover any screen */
 | 
			
		||||
    width: 4000px;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    outline: none; /* remove dotted outline on click */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -76,6 +76,7 @@ body {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    overflow: auto;
 | 
			
		||||
    flex-basis: content;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.note-detail-component {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user