Skip to content

Instantly share code, notes, and snippets.

@spdustin
Created September 11, 2012 20:54
Show Gist options
  • Save spdustin/3701983 to your computer and use it in GitHub Desktop.
Save spdustin/3701983 to your computer and use it in GitHub Desktop.
Ribbon Hack 5
function spe_emf_FixWorkspace() {
var elWorkspace = document.getElementById('s4-workspace');
elWorkspace.style.height = (GetViewportHeight() - (AbsTop(elWorkspace))) + "px";
}
ExecuteOrDelayUntilScriptLoaded(function () { SP.UI.Workspace.add_resized(spe_emf_FixWorkspace); }, "init.js");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment