remove scrollbar on AircraftMarker

This commit is contained in:
PxlLoewe
2025-07-22 11:54:03 -07:00
parent 70736b847b
commit 1d1bb713d2

View File

@@ -111,7 +111,7 @@ const AircraftPopupContent = ({
/> />
<div> <div>
<div <div
className="flex gap-[2px] overflow-auto pb-0.5 text-white" className="flex gap-[2px] pb-0.5 text-white"
style={{ style={{
backgroundColor: `${FMS_STATUS_TEXT_COLORS[aircraft.fmsStatus]}`, backgroundColor: `${FMS_STATUS_TEXT_COLORS[aircraft.fmsStatus]}`,
}} }}