I'm doing a little chat, and I'm having trouble with the scroll bar. I want the scroll to be on the main, not on iframe
.
Image:
HTML:
<divclass="container-fluid">
<div class="row">
<div class="col-lg-12">
<form action="chat.php" method="post">
<div class="tudo" style=" "><iframe src="interacao.php" width="100%" height="1000px" style="border:1px red solid;" frameborder="0" ></iframe></div>
<div class="texto" style="width:100%; "><?php require_once("writing.php"); ?></div>
</form>
</div>
</div>
</div>