8 lines
102 B
CSS
Raw Normal View History

.chat-button {
z-index: 100;
position: fixed;
bottom: 10px;
right: 10px;
cursor: pointer;
}