Skip to content

Instantly share code, notes, and snippets.

@tiagodll
Last active December 25, 2015 14:19
A very simple hack to create a full size page (without header, footer or anything else) in sharepoint.
.new-body { position: relative; }
.webPart > .new-body {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment