|
@@ -885,7 +885,6 @@
|
885
|
885
|
clearHtmlIfTextIsEmpty('zss_editor_content');
|
886
|
886
|
|
887
|
887
|
$(document).on('selectionchange',function(e){
|
888
|
|
- console.log('selectionchange');
|
889
|
888
|
zss_editor.calculateEditorHeightWithCaretPosition();
|
890
|
889
|
zss_editor.setScrollPosition();
|
891
|
890
|
zss_editor.enabledEditingItems(e);
|
|
@@ -1684,7 +1683,7 @@
|
1684
|
1683
|
#zss_editor_content {
|
1685
|
1684
|
font-family: Arial, Helvetica, sans-serif;
|
1686
|
1685
|
color: #000;
|
1687
|
|
- width: 100%;
|
|
1686
|
+ width: 95%;
|
1688
|
1687
|
height: 100%;
|
1689
|
1688
|
-webkit-overflow-scrolling: touch;
|
1690
|
1689
|
overflow:auto;
|