Merge pull request #1091 from umap-project/887-help-box-width

Max width for the help box (on small screens)
This commit is contained in:
Yohan Boniface 2023-05-19 18:27:40 +02:00 committed by GitHub
commit 908dd7cc00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,6 +292,7 @@ ul.photon-autocomplete {
position: absolute;
margin: 0 calc(50% - 500px/2);
width: 500px;
max-width: 100vw;
padding: 40px 20px;
border: 1px solid #222;
background-color: #323737;