mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	fix(mobile): bottom bar not always shown
This commit is contained in:
		
							parent
							
								
									f4607123f2
								
							
						
					
					
						commit
						f315457047
					
				@ -5,6 +5,6 @@ export default class RootContainer extends FlexContainer {
 | 
				
			|||||||
        super(isHorizontalLayout ? "column" : "row");
 | 
					        super(isHorizontalLayout ? "column" : "row");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.id('root-widget');
 | 
					        this.id('root-widget');
 | 
				
			||||||
        this.css('height', '100%');
 | 
					        this.css('height', '100dvh');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user