Cross Reference: datatable-scroll-core.css
xref
: /
yui3
/
src
/
datatable
/
assets
/
datatable-scroll-core.css
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
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
;
}