fix: Add more height for accordion

This commit is contained in:
2025-06-09 18:48:52 +03:00
parent e2e750877a
commit d8302e05b4

View File

@ -1268,7 +1268,7 @@ const MapSightbar: React.FC<MapSightbarProps> = ({
title: `Остановки (${stations.length})`,
icon: <Bus size={20} />,
content: (
<div className="space-y-1 max-h-60 overflow-y-auto pr-1">
<div className="space-y-1 max-h-[500px] overflow-y-auto pr-1">
{stations.length > 0 ? (
stations.map((s) => {
const sId = s.getId();