Этот коммит содержится в:
Asaad Mahmood
2015-08-05 16:02:53 +05:00
родитель d151d43017
Коммит 9699401d5b

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

@@ -21,7 +21,6 @@ module.exports = React.createClass({
var self = this;
$('.post-right__scroll').scroll(function(){
console.log('sad');
if($('.mentions--top').length){
$('#reply_mention_tab .mentions--top').css({ bottom: $(window).height() - $('.post-right__scroll #reply_textbox').offset().top });
}