Remotely/Server/Components/Devices/ChatFrame.razor.css
2021-07-29 07:57:31 -07:00

11 lines
167 B
CSS

.chat-frame {
position: fixed;
bottom: 0;
right: 0;
width: 25em;
max-width: 90%;
max-height: 100vh;
overflow-y: auto;
z-index: 3;
}