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

@@ -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;
}