-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Description
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
Labels
No labels