|
@@ -110,7 +110,7 @@ const checkElementisCovered = (id, type) => {
|
|
|
);
|
|
|
});
|
|
|
|
|
|
- console.log(elementWidths, limitWidth);
|
|
|
+ // console.log(elementWidths, limitWidth);
|
|
|
return (
|
|
|
elementHeights.some((item) => item > limitHeight) ||
|
|
|
elementWidths.some((item) => item > limitWidth)
|