maxH96 method

ContainerBuilder maxH96()

max-h-96 -->gt; max-height: 384px;

Implementation

ContainerBuilder maxH96() {
  _maxHeight = 384;
  return this;
}