We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05c1c5 commit a7b20c8Copy full SHA for a7b20c8
1 file changed
src/components/MeasurementPanel.tsx
@@ -57,7 +57,7 @@ export const MeasurementPanel: React.FC<MeasurementPanelProps> = ({ measurements
57
};
58
59
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]">
+ <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]">
61
62
{/* Header */}
63
<div className="flex items-center justify-between p-4 border-b border-neutral-800 bg-neutral-900/50">
0 commit comments