AOSSIE-Org / EduAid

A tool that can auto-generate short quizzes on the basis of the content provided.
17 stars 41 forks source link

[IMPROVEMENT] EDUAID_WEBSITE-UI-Background-MissFit_Fixed #52

Open Hamza1821 opened 2 months ago

Hamza1821 commented 2 months ago

In UI of EDUAID website , All the page's backgrounds were Missfits At 100%screen zoom

below is the images of those backgrounds :

Screenshot 2024-08-27 at 23-57-53 EduAid

Screenshot 2024-08-27 at 23-58-15 EduAid

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 and overflow-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 background

Ui after the Issue is fixed

Screenshot 2024-08-28 at 00-54-06 EduAid

Screenshot 2024-08-28 at 00-54-19 EduAid

Hamza1821 commented 2 months ago

i request the maintainers of this repo to look at my pull request

Roaster05 commented 3 weeks ago

@Aditya062003 have a look at this

Aditya062003 commented 2 weeks ago

@Hamza1821 pls fix the PR. You have also pushed the virtual env

Hamza1821 commented 2 weeks ago

Sir please mention the file

Hamza1821 commented 2 weeks ago

Should i remove entire venv folder in backend folder ...please guide me

Hamza1821 commented 2 weeks ago

sir now you can merge