maxHPx method

ContainerBuilder maxHPx()

max-h-px -->gt; max-height: 1px;

Implementation

ContainerBuilder maxHPx() {
  _maxHeight = 1;
  return this;
}