PacktPublishing / Django-4-by-example

Django 4 by example (4th Edition) published by Packt
https://djangobyexample.com/
MIT License
799 stars 461 forks source link

Chapter 16 issue with formatting <div id="chat"></div> #42

Open gavin-dev21 opened 1 year ago

gavin-dev21 commented 1 year ago

Hello,

I am experiencing an issue where the addition of id=chat to the

that holds the content of the message in room.html is appearing in the header's space. As a result of this the first message is appearing in the header and the top of the scroll bar is above the chat container space and into the header's space as well. I am using windows and across multiple web browsers I am having an issue where changes in my css file whether to the chat class or not are not being reflected on the browser. I was wondering what may be causing this issue?

All the best, Gavin