Skip to content

Commit

Permalink
🐛 fix: set overflow & max-height for active map calls (closes #271)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jan 11, 2022
1 parent 4ee4a3d commit 934bbf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function CallItem({ call, setTempCall, hasMarker, setMarker }: CallItemProps) {
<p id="caller">
<Span>{common("name")}:</Span> {call.name}
</p>
<p id="description">
<p className="max-h-52 overflow-y-auto" id="description">
<Span>{common("description")}:</Span> {call.description}
</p>
<p id="location">
Expand Down

0 comments on commit 934bbf3

Please sign in to comment.