DEV Community

Discussion on: I Created My Portfolio with React and Some Magic 🎉

Collapse
 
aurelkurtula profile image
aurel kurtula

I like it!

The first thing I thought of was "Users shouldn't be allowed to scroll"

Try it yourself

body {
  overflow: hidden;
}

That's just me thinking out loud

Great job

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

Thanks Aurel! This is an interesting idea. But the portfolio page overflows the view height and the users might have to scroll there.

Collapse
 
aurelkurtula profile image
aurel kurtula

Cool. Din't think of that, it was just an immediate reaction.

Collapse
 
defman profile image
Sergey Kislyakov

Users always should be allowed to scroll. Please stop messing around with scrolling.