Closed
Description
This pattern looks like a general need in Liferay portal, can we add it to Clay in some way?
@media (min-height: 400px) {
.modal-body.inline-scroller {
max-height: 320px;
}
}
Right now it is a CSS file included in the module frontend-css-web
, wich we want to remove
Should be this pattern of max-height validated by Lexicon? @drakonux