mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE
This commit is contained in:
parent
a401aacea1
commit
983be2c090
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
:-moz-native-anonymous .highlighter-container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* The container for all highlighters doesn't react to pointer-events by
|
||||
|
@ -511,12 +511,12 @@ div:-moz-native-anonymous.moz-selectioncaret-right.hidden > div {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Custom content container in the CanvasFrame, positioned on top of everything
|
||||
else, not reacting to pointer events. */
|
||||
/* Custom content container in the CanvasFrame, fixed positioned on top of
|
||||
everything else, not reacting to pointer events. */
|
||||
div:-moz-native-anonymous.moz-custom-content-container {
|
||||
pointer-events: none;
|
||||
-moz-top-layer: top;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user