altence / lightence-ant-design-react-template

Free and easy-to-use admin template based on React 17+
https://altence.com/lightence-landing
MIT License
1.01k stars 258 forks source link

Broken scrolling and background in FireFox for starter project #251

Closed Shultc closed 1 year ago

Shultc commented 1 year ago

Describe the bug When running starter project in FireFox custom scrolling of only content part is broken. Site works with default scroll behavior image

Also that brakes background filling. So full page looks like that: Screenshot 2023-01-26 at 19-20-56 Lightence Admin

No problem in Chrome.

Also, main project (from main branch) works as expected in FireFox. image

To Reproduce Steps to reproduce the behavior:

  1. Create "starter" project by running git clone -b starter https://github.com/altence/lightence-admin.git my-awesome-project && cd my-awesome-project
  2. Run it with yarn install && yarn start
  3. Open http://localhost:3000/profile/personal-info in FireFox
  4. Scroll to the bottom of the page

Expected behavior Expected that starter project will work same as main one. Without broken styles.

Desktop (please complete the following information):

Additional context It is really important for people who want to use this project as base for their project.

leineveber commented 1 year ago

Hello @Shultc, thank you for your issue.

We are sorry, but starter branch is now deprecated and soon will be deleted. Please, use master branch instead.

Shultc commented 1 year ago

Created Pull Request for removing this section from README.md https://github.com/altence/lightence-ant-design-react-template/pull/254