style: alle Icons Panels in gleiche Position bringen

This commit is contained in:
ISA
2025-09-16 11:20:49 +02:00
parent 1208024f76
commit 6bc2e16657
7 changed files with 11 additions and 50 deletions

View File

@@ -54,8 +54,8 @@ const AreaDropdown = ({ onClose }) => {
}, [onClose]);
return (
<div className="absolute top-16 right-3 z-[60]">
<div className="bg-white rounded-md shadow-lg p-3 border border-gray-200 min-w-[220px]">
<div className="absolute top-16 right-3 w-72 z-50 bg-white rounded-lg shadow-md">
<div className="flex flex-col gap-4 p-4">
<div className="text-sm font-semibold mb-2">Station wählen</div>
<select
onChange={handleChange}