Visual bug in backend toolbar

In IE 11 / Chrome browsers (i tested with them) in the toolbar menu appears a '>' on the left side of the menu even if there is no need to scroll the toolbar to see other elements.
This commit is contained in:
Nicola Marini 2014-08-11 13:43:40 +02:00
parent 19d06a0489
commit 1cb3345deb
1 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@
return false
})
$(window).on('ready', $.proxy(this.fixScrollClasses, this))
$(window).on('resize', $.proxy(this.fixScrollClasses, this))
/*
@ -354,4 +355,4 @@
$.fn.dragScroll = old
return this
}
}(window.jQuery);
}(window.jQuery);