app/javascript/packs/cm_admin/scaffolds.js in cm-admin-1.4.6 vs app/javascript/packs/cm_admin/scaffolds.js in cm-admin-1.4.7
- old
+ new
@@ -33,6 +33,6 @@
// }
var headerElemHeight = $('.page-top-bar').height() + 64
var calculatedHeight = "calc(100vh - " + headerElemHeight+"px"+")"
$('.table-wrapper').css("maxHeight", calculatedHeight);
-});
\ No newline at end of file
+});