maxH60 method

ContainerBuilder maxH60()

max-h-60 -->gt; max-height: 240px;

Implementation

ContainerBuilder maxH60() {
  _maxHeight = 240;
  return this;
}