- Fix quota indicator position on Opera 10.10

release-0.6
alecpl 15 years ago
parent be6f3a9d28
commit 5c024015f0

@ -4825,6 +4825,9 @@ function rcube_webmail()
quota_width = parseInt(quota / 100 * width),
pos = $(obj).position();
// Opera bug?
pos.top = Math.max(0, pos.top);
this.env.indicator_width = width;
this.env.indicator_height = height;

Loading…
Cancel
Save