@cobuildlab/8base-chat
Version:
Chat component that uses 8base
23 lines (20 loc) • 296 B
CSS
.wrapper {
position: relative;
width: 100%;
}
.value {
visibility: hidden;
width: 100%;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.textarea {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
resize: none;
line-height: inherit;
}