Window resize handling

This commit is contained in:
Graham Triggs 2017-09-23 00:19:00 +01:00
parent 765ea4a1a1
commit 41907c711f

View file

@ -25,7 +25,12 @@ var i18nStrings = {
top: $('header').height() top: $('header').height()
} }
}); });
});
$( window ).resize(function() {
$('#nav-wrapper').height($("#nav").height());
});
});
</script> </script>
${headScripts.list()} ${headScripts.list()}