2013-03-19 15:55:33 +11:00

20 lines
285 B
CSS

.mblFixedSpliter {
width: 100%;
height: 100%;
}
.mblFixedSplitterPane {
position: absolute;
overflow-x: hidden;
overflow-y: auto;
}
.mblFixedSplitterPaneH {
position: absolute;
height: 100%;
top: 0px;
}
.mblFixedSplitterPaneV {
position: absolute;
width: 100%;
left: 0px;
}