Commit 51bd2282 authored by Oleg Korshul's avatar Oleg Korshul

collaborative cursors z-index bug

parent 9b38e1af
......@@ -703,7 +703,7 @@ CDrawingCollaborativeTarget.prototype =
{
bIsHtmlElementCreate = true;
this.HtmlElement = document.createElement('canvas');
this.HtmlElement.style.cssText = "pointer-events: none;position:absolute;padding:0;margin:0;-webkit-user-select:none;width:1px;height:1px;display:none;z-index:3;";
this.HtmlElement.style.cssText = "pointer-events: none;position:absolute;padding:0;margin:0;-webkit-user-select:none;width:1px;height:1px;display:none;z-index:9;";
this.HtmlElement.width = 1;
this.HtmlElement.height = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment