Skip to content

Commit

Permalink
Fix CSS for typeform scroll bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshashar committed Dec 12, 2022
1 parent 3158ff2 commit d1c0a4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions funnel/assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,10 @@
}
}

.tf-v1-widget iframe {
height: 99% !important;
}

.snippets {
margin-top: 8px;
padding: 8px 8px 8px 28px;
Expand Down

0 comments on commit d1c0a4f

Please sign in to comment.