ui/components/chatbox.razor.scss
ChatBox {
    .chatbox {
        position: absolute;
        top: 80%;
        left: 80%;
        color: white;
    }
}