From 3e88431c3926a855bfc464f4f10f485c12599d93 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Dec 2018 12:01:57 +0800 Subject: [PATCH] Roo/bootstrap/LayoutMasonry.js --- Roo/bootstrap/LayoutMasonry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/LayoutMasonry.js b/Roo/bootstrap/LayoutMasonry.js index 6b6ad3021b..9f8e4159c1 100644 --- a/Roo/bootstrap/LayoutMasonry.js +++ b/Roo/bootstrap/LayoutMasonry.js @@ -651,7 +651,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component, { Roo.each(box, function(b,kk){ - b.el.position('absolute'); +// b.el.position('absolute'); var width = Math.floor(this.unitWidth * b.x + (this.gutter * (b.x - 1)) + b.el.getPadding('lr')); var height = Math.floor(this.unitHeight * b.y + (this.gutter * (b.y - 1)) + b.el.getPadding('tb')); -- 2.39.2