Jump to content
Search Community

Okano

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. Okano's post in ScrollTrigger not work only on the mobile device and tablet was marked as the answer   
    I'm sorry. This issue has been resolved.
    I had coded the following in css.
    html, body{     width: 100%;     height: 100%;     overflow-x: hidden;     position: relative; } Removing the "overflow-x: hidden;" in the html in this one works correctly.
    html{ width: 100%; height: 100%; body{ width: 100%; height: 100%; overflow-x: hidden; position: relative; } }  
    Is this behavior a specification?
×
×
  • Create New...