Skip to content

Commit

Permalink
Fixed guest form for better scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwisdom committed Oct 30, 2024
1 parent 6b1f79b commit 323c360
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/night_guests_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ Below is the room availability:

If you are interested, please complete the form below. We will try to get back to you in a few days!

<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<div style="width: 100%;">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSckt6EScYoGSkx_7YYc78VMQUmvLzW4YTYl6GSmcYcjf2lETQ/viewform?embedded=true"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
allowfullscreen
webkitallowfullscreen
mozallowfullscreen
style="width: 100%; height: auto; min-height: 1500px; border: none;"
frameborder="0"
>
Loading…
</iframe>
</div>
</div>

0 comments on commit 323c360

Please sign in to comment.