Commit 1be6eee1 authored by Oleg Korshul's avatar Oleg Korshul

scroll & zoom in reader mode

parent debf2da0
......@@ -2232,7 +2232,7 @@ function CEditorPage(api)
}
this.ReaderModeDivWrapper = document.createElement('div');
this.ReaderModeDivWrapper.setAttribute("style", "z-index:8;font-family:arial;font-size:12pt;position:absolute;\
this.ReaderModeDivWrapper.setAttribute("style", "z-index:11;font-family:arial;font-size:12pt;position:absolute;\
resize:none;padding:0px;display:block;\
margin:0px;left:0px;top:0px;background-color:#FFFFFF");
......
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