datatable-scroll-core.css revision 9f61355243edf6ed98ab0e2994fb132ffd47dd66
/* foundational CSS */
.yui3-datatable-scrollable-y .yui3-datatable-content {
/*
To allow offsetTop calculation for assigning height to the scrolling div
*/
position: relative;
}
.yui3-datatable-scrollable-x .yui3-datatable-x-scroller {
overflow-x: auto;
overflow-y: hidden;
width: 100%;
}
.yui3-datatable-scrollable-y .yui3-datatable-y-scroller {
overflow-y: scroll;
overflow-x: hidden;
}