<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblFixedSplitter {
  width: 100%;
  height: 100%;
}
.mblFixedSplitter &gt; * {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
}
.mblFixedSplitterH &gt; * {
  top: 0px;
  bottom: 0px;
}
.mblFixedSplitterV &gt; * {
  width: 100%;
  left: 0px;
}
.mblFixedSplitterH &gt; .mblFixedSplitter {
  height: auto;
}
</pre></body></html>