aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-07 20:09:30 +0100
committerGitHub <noreply@github.com>2025-11-07 20:09:30 +0100
commit72002254b2f10261719fa505f080900f00f355db (patch)
tree712674613453d3c84d85dd5068812af66c2d277f /src
parentfebe700d4564e5c0fec0dfbda7dcfcdff0af589b (diff)
Actualizar StopSheet.tsx
Diffstat (limited to 'src')
-rw-r--r--src/frontend/app/components/StopSheet.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/app/components/StopSheet.tsx b/src/frontend/app/components/StopSheet.tsx
index 4bc6f63..440f283 100644
--- a/src/frontend/app/components/StopSheet.tsx
+++ b/src/frontend/app/components/StopSheet.tsx
@@ -129,10 +129,10 @@ export const StopSheet: React.FC<StopSheetProps> = ({
data?.sort((a, b) => a.minutes - b.minutes).slice(0, 4) || [];
return (
- <Sheet isOpen={isOpen} onClose={onClose} detent={"content-height" as any}>
- <Sheet.Container drag="y">
+ <Sheet isOpen={isOpen} onClose={onClose} detent="content">
+ <Sheet.Container>
<Sheet.Header />
- <Sheet.Content>
+ <Sheet.Content drag="y">
<div className="stop-sheet-content">
<div className="stop-sheet-header">
<h2 className="stop-sheet-title">{stop.name.original}</h2>