Created
August 28, 2018 11:58
-
-
Save veritstudio/0999a9a497ea9b9cbbcba42ff34acefb to your computer and use it in GitHub Desktop.
Magento 2 - modal is too height and does not fit the page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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