Max width for the help box (on small screens)
Fix #887 as suggested by @esteban-em
This commit is contained in:
parent
cd32b0eb3e
commit
f604c12be3
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ ul.photon-autocomplete {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 0 calc(50% - 500px/2);
|
margin: 0 calc(50% - 500px/2);
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
max-width: 100vw;
|
||||||
padding: 40px 20px;
|
padding: 40px 20px;
|
||||||
border: 1px solid #222;
|
border: 1px solid #222;
|
||||||
background-color: #323737;
|
background-color: #323737;
|
||||||
|
|
Loading…
Reference in a new issue