Push review area to bottom
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index fd1a752..5886893 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -171,6 +171,14 @@
 		padding-bottom: 0;
 		border-bottom: none;
 	}
+
+	.hub-item-container {
+		overflow: hidden;
+	}
+
+	.hub-item-review-container {
+		margin-top: calc(30vh);
+	}
 }
 
 body[data-route^="Hub/"] {