fix notification badge overlapping

This commit is contained in:
yuri
2019-04-23 17:00:32 +03:00
parent 365264b393
commit 3d143cd3f0
+2
View File
@@ -380,6 +380,8 @@ Espo.define('views/site/navbar', 'view', function (Dep) {
updateSizeForVertical();
});
updateSizeForVertical();
this.$el.find('.notifications-badge-container').insertAfter(this.$el.find('.quick-create-container'));
},
afterRender: function () {