diff --git a/src/app/OlMap/Controls/HistoryDataPanel.tsx b/src/app/OlMap/Controls/HistoryDataPanel.tsx index aa63af2..8f8e22b 100644 --- a/src/app/OlMap/Controls/HistoryDataPanel.tsx +++ b/src/app/OlMap/Controls/HistoryDataPanel.tsx @@ -779,8 +779,8 @@ const SCADADataPanel: React.FC = ({ ref={draggableRef} sx={{ position: "absolute", - right: "1rem", - top: "1rem", + right: "2rem", + top: "2rem", width: "min(920px, calc(100vw - 2rem))", maxWidth: "100vw", height: "860px", diff --git a/src/components/olmap/HealthRiskAnalysis/PredictDataPanel.tsx b/src/components/olmap/HealthRiskAnalysis/PredictDataPanel.tsx index 241038d..2c2253f 100644 --- a/src/components/olmap/HealthRiskAnalysis/PredictDataPanel.tsx +++ b/src/components/olmap/HealthRiskAnalysis/PredictDataPanel.tsx @@ -165,8 +165,8 @@ const PredictDataPanel: React.FC = ({ ref={draggableRef} sx={{ position: "absolute", - right: "1rem", - top: "1rem", + right: "2rem", + top: "2rem", width: "min(920px, calc(100vw - 2rem))", maxWidth: "100vw", height: "40vh",