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:
commit
908dd7cc00
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue