Untitled
unknown
css
2 years ago
1.3 kB
5
Indexable
Never
.textControlTextarea { color: var(--figma-color-text); font-family: Inter; font-size: 11; position: absolute; left: 0px; top: 0px; width: 100%; background-color: transparent; z-index: 5000; border: none; overflow: auto; outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; resize: none; cursor: auto; border-radius: 0.5px; } .textControlTextarea:focus { outline: 2px solid var(--figma-color-bg-brand); } .textControlTextarea:focus::placeholder { color: transparent; } .textControlTextarea::-webkit-scrollbar { background: transparent; width: 6px; } .textControlTextarea::-webkit-scrollbar-track { border: 4px solid transparent; margin: 2px 0px 2px 0; } .textControlTextarea::-webkit-scrollbar-thumb { background: #fff4; border: 4px solid transparent; border-radius: 3px; cursor: default; pointer-events: none; }