diff --git a/Frontend/public/assets/icon/icon_Reset.png b/Frontend/public/assets/icon/icon_Reset.png deleted file mode 100644 index 6ae30c2..0000000 Binary files a/Frontend/public/assets/icon/icon_Reset.png and /dev/null differ diff --git a/Frontend/src/App.tsx b/Frontend/src/App.tsx index 4f08054..2d5d47e 100644 --- a/Frontend/src/App.tsx +++ b/Frontend/src/App.tsx @@ -11,6 +11,7 @@ import FirstaidDetail from "./pages/Guide/FirstaidDetail"; const AppWrap = styled.section` max-width: 430px; + /* height: 100vh; */ height: 932px; margin: 0 auto; border: solid 1px; diff --git a/Frontend/src/pages/Map/Map.tsx b/Frontend/src/pages/Map/Map.tsx index f447be1..1de7274 100644 --- a/Frontend/src/pages/Map/Map.tsx +++ b/Frontend/src/pages/Map/Map.tsx @@ -28,7 +28,8 @@ import { apiconfig } from "../../hooks/apiconfig"; const MapWrap = styled.section` width: 100%; - height: 100vh; + /* height: 100vh; */ + height: 100%; position: relative; overflow: hidden; .marker {