7 lines
79 B
SCSS
7 lines
79 B
SCSS
|
#chat-container {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
z-index: 10;
|
||
|
}
|