fix: remove overflow property
This commit is contained in:
parent
19099526e1
commit
00d4a9b7e8
1 changed files with 0 additions and 2 deletions
|
|
@ -250,7 +250,6 @@ export default function TripChecklist({ trips }: { trips: any[] }) {
|
||||||
style={{
|
style={{
|
||||||
background: progressGradient,
|
background: progressGradient,
|
||||||
transition: "background 0.3s",
|
transition: "background 0.3s",
|
||||||
overflow: "hidden",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{/* Overlay: shrinking box from the right */}
|
{/* Overlay: shrinking box from the right */}
|
||||||
|
|
@ -347,7 +346,6 @@ export default function TripChecklist({ trips }: { trips: any[] }) {
|
||||||
</div>
|
</div>
|
||||||
{/* Fortschritt kompakt rechts */}
|
{/* Fortschritt kompakt rechts */}
|
||||||
<div className="flex flex-col items-end min-w-[120px]" style={{ position: "relative", zIndex: 2 }}>
|
<div className="flex flex-col items-end min-w-[120px]" style={{ position: "relative", zIndex: 2 }}>
|
||||||
<span className="font-semibold text-gray-700 text-sm">Fortschritt</span>
|
|
||||||
<span className="text-xs text-gray-500">{checkedItems} / {totalItems}</span>
|
<span className="text-xs text-gray-500">{checkedItems} / {totalItems}</span>
|
||||||
<span className="text-xs text-gray-500">{progress}%</span>
|
<span className="text-xs text-gray-500">{progress}%</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue