Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

feat: Added smooth scroll to index.css #2408

Merged
merged 5 commits into from
Sep 23, 2020
Merged

feat: Added smooth scroll to index.css #2408

merged 5 commits into from
Sep 23, 2020

Conversation

heybereket
Copy link
Contributor

@heybereket heybereket commented Sep 18, 2020

Fixes #2408

Changes proposed in this pull request:

  • Added smooth scroll to src/index.css
  • Smooth scroll allows clicks to different ID's smoother, so it's not just one big jump, it's a bit slower but not extremely slow.

Code added:

html {
scroll-behavior: smooth;
}

Forked Repo:
https://github.com/bereketsemagn/hospitalrun-frontend

@jsf-clabot
Copy link

jsf-clabot commented Sep 18, 2020

CLA assistant check
All committers have signed the CLA.

@gitpod-io
Copy link

gitpod-io bot commented Sep 18, 2020

@heybereket heybereket changed the title Added smooth scroll Added smooth scroll to index.css Sep 18, 2020
@heybereket
Copy link
Contributor Author

Fixed an issue with the merging.

@heybereket heybereket changed the title Added smooth scroll to index.css feat: Added smooth scroll to index.css Sep 18, 2020
@matteovivona matteovivona added the in progress indicates that issue/pull request is currently being worked on label Sep 19, 2020
@matteovivona matteovivona added this to the v2.0 milestone Sep 19, 2020
@vercel
Copy link

vercel bot commented Sep 19, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hospitalrun/hospitalrun-frontend/3968h9gg2
✅ Preview: https://hospitalrun-frontend-git-fork-bereketsemagn-add-new-branch.hospitalrun.vercel.app

@jackcmeyer jackcmeyer merged commit a7f771f into HospitalRun:master Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in progress indicates that issue/pull request is currently being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants