Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2015-11-19 16:26:31 +01:00
parent a3bf3fa915
commit 13c0fba56a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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%;