Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Created August 28, 2018 11:58
Show Gist options
  • Save veritstudio/0999a9a497ea9b9cbbcba42ff34acefb to your computer and use it in GitHub Desktop.
Save veritstudio/0999a9a497ea9b9cbbcba42ff34acefb to your computer and use it in GitHub Desktop.
Magento 2 - modal is too height and does not fit the page
.modal-inner-wrap {
max-height: 100%;
overflow-y: auto;
&::-webkit-scrollbar {
background: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment