maxH64 method

ContainerBuilder maxH64()

max-h-64 -->gt; max-height: 256px;

Implementation

ContainerBuilder maxH64() {
  _maxHeight = 256;
  return this;
}