fix border width on textarea

This commit is contained in:
Ryan Peters 2022-12-02 21:37:44 -05:00
parent 02a41530f4
commit 7dc7c10f61

View File

@ -32,6 +32,7 @@ textarea {
outline: none;
position: absolute;
box-sizing: border-box;
border-width: 0;
}
#saved-indicator {