mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
868c958cee
commit
3981095851
@ -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"] {
|
||||
|
@ -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"] {
|
||||
|
Loading…
Reference in New Issue
Block a user