79414829

Date: 2025-02-05 13:03:09
Score: 1
Natty:
Report link
textarea {
  width: 100%;
  height: 150px;
  padding-right: 50px; /* Adjust based on button width */
  box-sizing: border-box;
  resize: none;
}

.container {
  position: relative;
  display: inline-block;
}

button {
  position: absolute;
  top: 5px;
  right: 5px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dipti Patel