mavoweb / mavo.io

Create web applications entirely by writing HTML and CSS!
http://mavo.io
52 stars 97 forks source link

adding features scroll back to top #161

Open weberankit opened 1 year ago

weberankit commented 1 year ago

I think this website should have a button to scroll from bottom to top image

weberankit commented 1 year ago

I'm working on this feature plz assign to me

ompatil19 commented 1 year ago

i can work on the issue wont take long

weberankit commented 1 year ago

yes you can work on it actually I'm working on another issue

chaithraramesh31 commented 1 year ago

@ompatil19 Are you working on this issue? If not I can work

weberankit commented 1 year ago

no, you can start working on it

777Prabhjot commented 1 year ago

@chaithraramesh31 Hey if you are not working on it i would love to work on this issue

chaithraramesh31 commented 1 year ago

@777Prabhjot I am working on it. If I can't to do it I will let you know.

chaithraramesh31 commented 1 year ago

I made required changes in mavo.io repo to add scroll back to top feature and created PR for it

rohan-choudharyy commented 1 year ago

Hey i can make this. I was working on this feature a while ago you can see in my repo. If anyone's not working on it, please assign it.

shivam-puri commented 1 year ago

Hey! seems like a quick task. can i work on this!?

niutech commented 1 week ago

Wouldn't just a <a href="#">Top</a> suffice, optionally with CSS: scroll-behavior: smooth;?