mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
autocollapse notes after period of inactivity + some other changes, #1192
This commit is contained in:
@@ -30,6 +30,11 @@ class BasicWidget extends Component {
|
||||
return this;
|
||||
}
|
||||
|
||||
overflowing() {
|
||||
this.css('contain', 'none');
|
||||
return this;
|
||||
}
|
||||
|
||||
collapsible() {
|
||||
this.css('min-height', '0');
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user