mirror of
https://github.com/SunRed/haste-server.git
synced 2025-09-06 05:20:14 +02:00
Fix textarea not resizing to 100%
With declaration of doctype the textarea element did not resize to 100% height anymore due to HTML5 compliance mode changes
This commit is contained in:
parent
c00f65a385
commit
e4998cb94c
2 changed files with 33 additions and 20 deletions
|
@ -62,5 +62,7 @@
|
|||
</div>
|
||||
|
||||
<div id="linenos"></div>
|
||||
<pre id="box" style="display: none;" class="hljs" tabindex="0"><code></code></pre>
|
||||
<textarea spellcheck="false" style="display: none;"></textarea>
|
||||
<div class="text-container">
|
||||
<pre id="box" style="display: none;" class="hljs" tabindex="0"><code></code></pre>
|
||||
<textarea spellcheck="false" style="display: none;"></textarea>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue