mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -26,12 +26,14 @@ class BasicWidget extends Component {
|
||||
}
|
||||
|
||||
contentSized() {
|
||||
this.css('contain', 'layout paint');
|
||||
console.log("Using contentSized() is deprecated NOOP and it is recommended to remove its use.");
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
overflowing() {
|
||||
this.css('contain', 'none !important');
|
||||
console.log("Using overflowing() is deprecated NOOP and it is recommended to remove its use.");
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user