Skip to content

Commit

Permalink
Remove unnecessary position relative css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Wnt committed Jan 14, 2025
1 parent 2454eef commit eae51f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/citizen-frontend/messages/MessageEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ const FormArea = styled.div`
display: flex;
flex-direction: column;
overflow-y: auto;
position: relative;
`

const TextAreaLabel = styled.label`
Expand Down

0 comments on commit eae51f8

Please sign in to comment.