removed CSS contain from widgets

This commit is contained in:
zadam
2021-06-05 22:07:15 +02:00
parent faab6be48d
commit 6d51593b7d
55 changed files with 7 additions and 62 deletions

View File

@@ -217,8 +217,6 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
this.$widget = $(TPL);
this.$component = this.$widget.find('.search-definition-widget');
this.contentSized();
this.overflowing();
this.$widget.on('click', '[data-search-option-add]', async event => {
const searchOptionName = $(event.target).attr('data-search-option-add');