mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
11 lines
167 B
CSS
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;
|
|
}
|