Skip to content

How to have smooth scroll on full website #13

@tahonaPL

Description

@tahonaPL

Hi, I'm trying to have full body scroll. How to achieve this without fixed height ?

function App() {
  return (
     <Scrollbar
          plugins={{
            overscroll: {
              effect: 'glow',
            },
          }}>
    <div className='App'>
      <div className='list-data' style={{}}>
          {[...Array(20).keys()].map((value, index) => (
            <div key={index}>{value + index}</div>
          ))}
       
      </div>
    </div>
 </Scrollbar>
  );
}```

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