Fixing scrolling of mention box in RHS

Этот коммит содержится в:
Asaad Mahmood
2015-08-04 22:11:11 +05:00
родитель fe75f1c61c
Коммит ca7eb5d53c

Просмотреть файл

@@ -21,7 +21,9 @@ module.exports = React.createClass({
var self = this;
$('.post-right__scroll').scroll(function(){
self.forceUpdate();
if($('.mentions--top').length){
$('#reply_mention_tab .mentions--top').css({ bottom: $(window).height() - $('.post-right__scroll #reply_textbox').offset().top });
}
});
$('body').on('keydown.mentionlist', '#'+this.props.id,