Struggling to craft a clean layout with an upvote button, I encountered an issue where the textarea appears to overlap with the image.
Below is my sample code snippet:
.my-component-row {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(247, 247, 248, 1);
}
...
<head>
...
</body>
The problem arises from the overlapping of the textarea and the image. Could anyone provide insights into why this occurs?
Your feedback is greatly appreciated!