Skip to content

Instantly share code, notes, and snippets.

@nickmessing
Created March 10, 2015 14:25
Show Gist options
  • Save nickmessing/4dd2e936a78e8fb12cb1 to your computer and use it in GitHub Desktop.
Save nickmessing/4dd2e936a78e8fb12cb1 to your computer and use it in GitHub Desktop.
#wrapper.concierge {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 80px 0;
}
#wrapper.concierge #section1 {
height: 100%;
overflow: auto;
}
.concierge-header {
min-height: unset;
}
.vertical-center-prepare {
height: 100%;
}
#wrapper.concierge #section1 {
overflow: auto;
}
#op-sass-content .reeve-form-holder {
position: unset !important;
margin: 0 !important;
top: unset !important;
left: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment