Skip to content

BUG IN CELLPHONE VIEW - FORM FIELDS #406

@franciscocasas

Description

@franciscocasas

I am having this bug when I try to use the form text fields, in cellphone view we are not able to put your information due to it is going to the footer section. I am having a great headeche, please I need help.
This is the website I am working on: https://creativityco.webflow.io/
)I have a class called "scroll" with 100vh in each section, and I using the following script:

<script>
if (window.matchMedia("(max-width: 476px)").matches) {
  /* The viewport is less than, or equal to, 476 pixels wide */
$(function() {
          $.scrollify({
            section : ".scroll",
          });
        });
} else {
  /* The viewport is greater than 476 pixels wide */
  console.log = 'Nothing'
}
</script>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions