overflow hidden to resize the textarea added

This commit is contained in:
anapnoe 2023-02-05 11:02:06 +02:00
parent 627937f56f
commit 62806b96a0

View File

@ -1828,6 +1828,10 @@ input:focus {
border-bottom: 0 !important;
}
textarea{
overflow: hidden !important;
}
@media only screen and (max-width: 1024px) {
/* For tablets: */