Clear the page's min-height when navigating away

This commit is contained in:
Toby Zerner 2015-06-16 17:23:14 +09:30
parent 1ff2c2f90a
commit de9b6ff530

View File

@ -271,6 +271,7 @@ export default class IndexPage extends Component {
$('body').addClass('index-page');
context.onunload = function() {
$('body').removeClass('index-page');
$('.global-page').css('min-height', '');
};
app.setTitle('');