Bug 891136: Set pointer-events:auto CSS rule for overlay scrollbars to help make them work on sites such as Google Docs. r=roc

This commit is contained in:
Stephen Pohl 2013-07-29 20:23:31 -04:00
parent 6f07211b56
commit cfbcb464d4
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ scrollbar {
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar);
cursor: default;
background-color: white;
pointer-events: auto;
}
scrollbar[root="true"] {

View File

@ -16,6 +16,7 @@ scrollbar {
-moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
cursor: default;
background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
pointer-events: auto;
}
scrollbar[root="true"] {