Max width for the help box (on small screens)

Fix #887 as suggested by @esteban-em
This commit is contained in:
David Larlet 2023-05-19 10:21:34 -04:00
parent cd32b0eb3e
commit f604c12be3

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;