Skip to content
Snippets Groups Projects
Commit 61ae3878 authored by khawkins98's avatar khawkins98
Browse files

Add missed class for #74

parent 4e3fcfd4
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ if (jQuery('body').hasClass('google-analytics-loaded')) {
// Create a dynamic height for the menu bar when stuck
// -----------
var desiredStuckMenuHeight = $('#masthead .masthead').outerHeight();
var desiredStuckMenuHeight = $('#masthead .masthead-inner').outerHeight();
$("<style id='dynamic-stuck-height' type='text/css'> div#masthead.sticky.is-stuck{ margin-top: -" + desiredStuckMenuHeight + "px !important;} </style>").appendTo("body");
// Clone the local menu into a mobile-only menu
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment