maxHsm method

ContainerBuilder maxHsm()

max-h-sm -->gt; max-height: 24rem (384px);

Implementation

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