no scroll pls

master
Jakob 2020-03-08 03:21:49 +01:00
parent ad2e5fb97c
commit b14e3866d6
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ $id=$_GET['id'];
</center></h1> </center></h1>
</div> </div>
<div class="item-2"> <div class="item-2">
<iframe class="board" src="%CONTENT_DIR%/board/board.php?id=$id"></iframe> <iframe class="board" scrolling="no" src="%CONTENT_DIR%/board/board.php?id=$id"></iframe>
<iframe class="action" src="%CONTENT_DIR%/board/default.php?id=$id"></iframe> <iframe class="action" scrolling="no" src="%CONTENT_DIR%/board/default.php?id=$id"></iframe>
</div> </div>
</div> </div>
</body> </body>