FixedSplitter.css 288 B

12345678910111213141516171819202122
  1. .mblFixedSpliter {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .mblFixedSplitterPane {
  6. position: absolute;
  7. overflow-x: hidden;
  8. overflow-y: auto;
  9. }
  10. .mblFixedSplitterPaneH {
  11. position: absolute;
  12. height: 100%;
  13. top: 0px;
  14. }
  15. .mblFixedSplitterPaneV {
  16. position: absolute;
  17. width: 100%;
  18. left: 0px;
  19. }