I had the same issue and clearing the cache did not help.
In the browser console I found a JS problem concerning the function $box.draggable
in a file called background.js, which is part of the “Fluxus” theme I use.
I removed this :
$box.draggable({
containment: $parent,
scroll: false
});
from the file.
Now everything works fine.