mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
let's see how this is performing, if it is not behaving "exactly" like the iframe (scrolling for content exceeding 300px in height) on "all" browsers (except NS4 of course), then the iframe will appear again.
git-svn-id: file:///svn/phpbb/trunk@4512 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3b1834c1ab
commit
09c03fd31a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<th height="28" align="center">{L_TOPIC_REVIEW}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><div class="postreview">
|
||||
<td class="row1"><div style="overflow: auto; width: 100%; height: 300px; border: 1px;">
|
||||
|
||||
<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue