7 lines
92 B
CSS
7 lines
92 B
CSS
section.new-message {
|
|
position: fixed;
|
|
bottom: 1rem;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
} |