Currently, I am working on an HTML/CSS chat application that is being integrated with the WebSocket API. However, I am facing an issue in Chrome only, as the div containing my input field and send button is not displaying on the page (this has been tested and works fine in Firefox, Brave, and Safari).
Here is how it appears in Chrome:
https://i.sstatic.net/XkxcF.png
And here is how it looks in other browsers:
https://i.sstatic.net/CJwkb.png
body {
background: #ddd;
}
/* Other CSS properties */
<!-- HTML Code -->