We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa27657 commit 3f231eaCopy full SHA for 3f231ea
2 files changed
_examples/completeDemo.html
@@ -85,7 +85,7 @@ <h2>
85
86
</script>
87
</div>
88
- <div id="btns" style="margin-top:20px;">
+ <div id="btns" style="margin-top:20px;height:2000px;">
89
<div>
90
91
<button onclick="alert(UE.getEditor('editor').getAllHtml())">获得整个html的内容</button>
_src/adapter/editor.js
@@ -608,7 +608,7 @@
608
if (this._fullscreen) {
609
var vpRect = uiUtils.getViewportRect();
610
this.getDom().style.cssText =
611
- "border:0;position:absolute;left:0;top:var(--ueditor-top-offset," +
+ "border:0;position:fixed;left:0;top:var(--ueditor-top-offset," +
612
(this.editor.options.topOffset || 0) +
613
"px);width:" +
614
vpRect.width +
0 commit comments