mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -16,7 +16,6 @@ export default class CollapsibleWidget extends NoteContextAwareWidget {
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(WIDGET_TPL);
|
||||
this.contentSized();
|
||||
this.$widget.find('[data-target]').attr('data-target', "#" + this.componentId);
|
||||
|
||||
this.$bodyWrapper = this.$widget.find('.body-wrapper');
|
||||
|
||||
Reference in New Issue
Block a user