fix: Add more height for accordion
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user