зеркало из https://github.com/mozilla/pjs.git
fixing bug 215825 - autoscroll cursor is affected by page stylesheets, p=rparenton@louisianaada.org
This commit is contained in:
Родитель
135ddb9064
Коммит
ce966bdf36
|
@ -590,7 +590,9 @@
|
|||
el.style.width = imageWidth + "px";
|
||||
el.style.height = imageHeight + "px";
|
||||
el.style.cursor = scrollCursor[scrollType];
|
||||
|
||||
el.style.zIndex = 2147483647; //Max Int
|
||||
el.style.borderStyle = "none";
|
||||
|
||||
this._clientFrameBody.appendChild(el);
|
||||
|
||||
this._autoScrollMarkerImage = el;
|
||||
|
|
Загрузка…
Ссылка в новой задаче