Bug 238815 - CSS Causes Autoscroll Icon to Display to the Lower-right of Cursor, patch by Robert Parenton (rparenton@louisianaada.org), r=me

This commit is contained in:
mconnor%myrealbox.com 2004-05-02 16:08:16 +00:00
Родитель a94cff4cde
Коммит 7f6c8339ea
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -636,6 +636,7 @@
el.style.cursor = scrollCursor[scrollType]; el.style.cursor = scrollCursor[scrollType];
el.style.zIndex = 2147483647; //Max Int el.style.zIndex = 2147483647; //Max Int
el.style.borderStyle = "none"; el.style.borderStyle = "none";
el.style.padding = "0";
this._clientFrameBody.appendChild(el); this._clientFrameBody.appendChild(el);