Open Hamza1821 opened 2 months ago
i request the maintainers of this repo to look at my pull request
@Aditya062003 have a look at this
@Hamza1821 pls fix the PR. You have also pushed the virtual env
Sir please mention the file
Should i remove entire venv folder in backend folder ...please guide me
sir now you can merge
In UI of EDUAID website , All the page's backgrounds were Missfits At 100%screen zoom
below is the images of those backgrounds :
Steps to Reproduce This issue
1) Run the frontend Server by command
npm run start
2) visit any page n browser set the screen zoom level to 100% and scroll down.
What and How i Fix This Issue
Step 1 :
I created a CSS class called
scrollable_bg
assign it the property
background-attachment : fixed
andoverflow-y : scroll
Step 2 :
I assign the class
scrollable_bg
to Parent divs of each pages and also to divs which renders the customized radiant backgroundUi after the Issue is fixed