From 288893999c04a2cbe9adbc61ae7d753913bdb07e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 7 Jul 2015 17:44:02 +0300 Subject: Partial canvas overflow fix --- client/effects.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/effects.js') diff --git a/client/effects.js b/client/effects.js index fd26bf7..f5898fe 100644 --- a/client/effects.js +++ b/client/effects.js @@ -84,6 +84,8 @@ Effects = (function() { Session.set(id + ':colors', cols); Session.set(id + ':palette', valued_centroids); Session.set(id + ':newcolors', newcols); + + canvas.style.position = 'static'; }); } -- cgit v1.3.1