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:
commit
7454722247
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue