Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save waltermesser/f87b32fde307a7617993633c41716386 to your computer and use it in GitHub Desktop.
Save waltermesser/f87b32fde307a7617993633c41716386 to your computer and use it in GitHub Desktop.
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
overflow: hidden;
position: fixed;
width: 100%;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment