diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b934615..a55d1bf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,10 +6,7 @@ - - - - + diff --git a/src/App.js b/src/App.js index 76f76ca..2e7795b 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import './App.css'; import UMap from "./UMap"; import { Alert, - Box, + Box, Button, CircularProgress, DialogContent, DialogTitle, @@ -70,10 +70,10 @@ export default function App() { display: 'flex', width: version !== '' ? '60%' : 'auto', height: version !== '' ? '60%' : 'auto', + maxWidth: '50vw', }} > - - + + setFeatureOpen(false)} sx={{display: version!==''?'flex':'none', position: 'absolute', bottom: '10%', left: '50%', transform: 'translateX(-50%)', width: '100%'}}> + + )}