datatable-scroll-core.css revision 2e0bd1f404ff73fc23344d58dd86f457d9e38285
/* foundational CSS */
}
}
}
/* To allow absolute positioning of virtual scrollbar */
}
width: 100%;
z-index: 2;
}
width: 100%;
}
/*
Still needed for dimension calculation, but visibility 0 hides from
screen readers.
*/
opacity: 0;
}
}
z-index: 1;
}
z-index: 2;
}
}
/* Removed because it prevented cmd + zoom resizing in Chrome (at least) */
/*
.yui3-datatable-header {
-webkit-text-size-adjust: none;
}
*/