Skip to content

Commit a7b20c8

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
Reposition Measurement Panel to avoid overlap with Sequence Bar
1 parent e05c1c5 commit a7b20c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MeasurementPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const MeasurementPanel: React.FC<MeasurementPanelProps> = ({ measurements
5757
};
5858

5959
return (
60-
<div className="absolute top-20 right-4 z-20 w-80 bg-black/90 backdrop-blur-md border border-neutral-800 rounded-xl shadow-2xl overflow-hidden flex flex-col max-h-[70vh]">
60+
<div className="absolute top-20 right-4 md:right-32 z-20 w-80 bg-black/90 backdrop-blur-md border border-neutral-800 rounded-xl shadow-2xl overflow-hidden flex flex-col max-h-[70vh]">
6161

6262
{/* Header */}
6363
<div className="flex items-center justify-between p-4 border-b border-neutral-800 bg-neutral-900/50">

0 commit comments

Comments
 (0)