remove scrollbar on AircraftMarker
This commit is contained in:
@@ -111,7 +111,7 @@ const AircraftPopupContent = ({
|
||||
/>
|
||||
<div>
|
||||
<div
|
||||
className="flex gap-[2px] overflow-auto pb-0.5 text-white"
|
||||
className="flex gap-[2px] pb-0.5 text-white"
|
||||
style={{
|
||||
backgroundColor: `${FMS_STATUS_TEXT_COLORS[aircraft.fmsStatus]}`,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user