codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
130 stars 149 forks source link

Fix - Remove horizontal scroll bar present at bottom of Profile page #221

Closed naveen8801 closed 3 years ago

naveen8801 commented 3 years ago

Issue Number

fixes #216 Remove horizontal scroll bar present at bottom of Profile page

Describe the changes you've made

Some styles are added in index.js in Profile page :-

root: { padding: 0, overflow: "hidden", "&::-webkit-scrollbar": { display: "none", }, },

resolved