tide-command.page.js 130 Bytes
require('home/tide-command.page.css');

$('.tide-command-page').css('min-height', function() {
    return $(window).height();
});