mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -43,7 +43,6 @@ const MAX_DISPLAYED_NOTES = 15;
|
||||
export default class QuickSearchWidget extends BasicWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.overflowing();
|
||||
|
||||
this.$searchString = this.$widget.find('.search-string');
|
||||
this.$dropdownMenu = this.$widget.find('.dropdown-menu');
|
||||
|
||||
Reference in New Issue
Block a user