Jump to content
Search Community

Tal Kleiner

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Tal Kleiner

  1. 3 hours ago, GreenSock said:

    It's just CSS stuff. You've wrapped everything in 2 <div> elements that don't have height: 100%, so it's throwing everything off. I assume you wanted to do something more like this?:

    https://stackblitz.com/edit/nextjs-zghs7e?file=styles%2Fglobals.css,pages%2Findex.js

     

    Right? 

    ok yeah so the problem in my project is that the container is overflow: hidden, position: relative
    https://stackblitz.com/edit/nextjs-x4kkrj?file=styles%2Fglobals.css
    I edited your solution with my css of the container

    if I put height 100%, it will obviously not scroll

    what are my options?

    it's not a new project so I don't see me changing the overflow: hidden to something else,

    is there a workaround it?

×
×
  • Create New...