Skip to content

Commit

Permalink
Merge pull request #23 from ably-labs/scrollable-hubspot-iframe
Browse files Browse the repository at this point in the history
Allow scrollable HubSpot iframe
  • Loading branch information
ablydevin authored Oct 6, 2023
2 parents 6e1ebbf + 286d203 commit 871f160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ h1 {

#signup-form {
max-width: 500px;
height: 70%;
overflow: scroll;
margin: 0px auto;
padding: 0px 10px;
border-radius: 20px;
Expand Down

0 comments on commit 871f160

Please sign in to comment.