fix when url with hash, the topic_content would hide

This commit is contained in:
alsotang 2016-06-13 23:00:21 +08:00
parent e1d88c50cf
commit 14c8e9cb9e
2 changed files with 2 additions and 3 deletions

View File

@ -67,4 +67,4 @@ $(document).ready(function () {
$responsiveBtn.trigger('click');
});
});
});

View File

@ -57,7 +57,7 @@
}
#main {
overflow: hidden;
/*overflow: hidden;*/
margin: 20px auto;
min-height: 0;
}
@ -164,4 +164,3 @@
margin-top: 0;
}
}