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

Commit

Permalink
Scroll behavior (#5182)
Browse files Browse the repository at this point in the history
* Make HTML scroll behavior smooth.

To make the site more professional, I add smoothness to the HTML scroll behavior

* Make HTML scroll behavior smooth.

To make the site more professional, I add smoothness to the HTML scroll behavior

* Make HTML scroll behavior smooth

To make the site more professional, I add smoothness to the HTML scroll behavior

* Make HTML scroll behavior smooth

To make the site more professional, I add smoothness to the HTML scroll behavior

* Make HTML scroll behavior smooth

To make the site more professional, I add smoothness to the HTML scroll behavior

* Update beta/src/styles/algolia.css

Co-authored-by: Strek <ssharishkumar@gmail.com>

* Update src/css/algolia.css

Co-authored-by: Strek <ssharishkumar@gmail.com>

* Update beta/src/styles/sandpack.css

Co-authored-by: Strek <ssharishkumar@gmail.com>

Co-authored-by: Strek <ssharishkumar@gmail.com>
  • Loading branch information
AdnanOlarmmi and harish-sethuraman authored Oct 17, 2022
1 parent 8fe817e commit 641f20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beta/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
/* Write your own custom base styles here */
html {
color-scheme: light;

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
scroll-behavior: smooth;
}

html.dark {
Expand Down
1 change: 1 addition & 0 deletions src/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ html {
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}

body {
Expand Down

0 comments on commit 641f20a

Please sign in to comment.