20 lines
285 B
CSS
Raw Normal View History

2012-06-19 12:07:43 +10:00
.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;
}