Remove dropdown menus scrollbar when space is available

This commit is contained in:
yflory
2018-10-15 16:35:21 +02:00
parent 8261ad86ae
commit caa72ba949
3 changed files with 8 additions and 4 deletions

View File

@@ -931,7 +931,7 @@ Messenger, MessengerUI, Messages) {
var initClickEvents = function (toolbar) {
var removeDropdowns = function () {
window.setTimeout(function () {
toolbar.$toolbar.find('.cp-dropdown-content').hide();
$('body').find('.cp-dropdown-content').hide();
});
};
var cancelEditTitle = function (e) {