Bug 1148855 - Set overflow:hidden on scrollbar tracks so that layerization knows that the scrollbar thumb won't leave the scrollbar. r=roc

--HG--
extra : rebase_source : 2ac88ac9888444f21114cf951d3f1f814b690e4f
This commit is contained in:
Markus Stange 2015-03-25 16:45:24 -04:00
parent 6d2f0151ad
commit e2dcb6e46e

View File

@ -974,6 +974,14 @@ grippy {
-moz-box-ordinal-group: 2147483646;
}
/******** scrollbar ********/
slider {
/* This is a hint to layerization that the scrollbar thumb can never leave
the scrollbar track. */
overflow: hidden;
}
/******** scrollbox ********/
scrollbox {