Skip to content

Instantly share code, notes, and snippets.

@megub
Last active August 29, 2015 14:21
Show Gist options
  • Save megub/1da862dd5c2d9686b703 to your computer and use it in GitHub Desktop.
Save megub/1da862dd5c2d9686b703 to your computer and use it in GitHub Desktop.
To remove scroll bar on lightbox caused by 1px padding bottom
1. Add the following script to the Stylesheet on the page being loaded in the lightbox
<style>
.lp-pom-root {
padding-bottom: 0 !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment