datatable-scroll-core.css revision 1cd24746355929728475c3125b67bd5738b397e4
/* foundational CSS */
.yui3-datatable-scrollable-x .yui3-datatable-content {
overflow-x: auto;
}
.yui3-datatable-scrollable-y .yui3-datatable-content {
/*
To allow offsetTop calculation for assigning height to the scrolling div
*/
position: relative;
}
.yui3-datatable-scrollable-y .yui3-datatable-data-container {
overflow-y: scroll;
overflow-x: hidden;
}