Disable scrolling on editor iframe

This commit is contained in:
Matt Pass
2016-09-07 00:02:15 +01:00
parent 74f048e812
commit 069282ac0d

View File

@@ -313,7 +313,7 @@ $t = $text['index'];
<input type="hidden" name="csrf" value="<?php echo $_SESSION["csrf"]; ?>">
</form>
</div>
<iframe name="contentFrame" id="content" src="editor.php" class="code"></iframe>
<iframe name="contentFrame" id="content" src="editor.php" class="code" scrolling="no"></iframe>
</div>
<div class="footer" id="footer" onContextMenu="return false">