Merge pull request #3747 from scossar/reorder-menu-components-in-markup

FIX: remove 'left: auto' for slide-in menu (required for RTL layouts)
This commit is contained in:
Robin Ward 2015-09-11 12:23:16 -04:00
commit 7454722247
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default Ember.Component.extend({
} }
$panelBody.height('100%'); $panelBody.height('100%');
this.$().css({ left: "auto", top: (menuTop) + "px", height }); this.$().css({ top: menuTop + "px", height });
$('body').removeClass('drop-down-visible'); $('body').removeClass('drop-down-visible');
} }