mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
layout changes
This commit is contained in:
@@ -4,7 +4,7 @@ export default class ScrollingContainer extends Container {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.css('height: 100%; overflow: auto;');
|
||||
this.css('overflow', 'auto');
|
||||
}
|
||||
|
||||
async noteSwitchedEvent({noteContext, notePath}) {
|
||||
|
||||
Reference in New Issue
Block a user