diff --git a/package-lock.json b/package-lock.json index 0e799efb6..c57a05e44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22782,4 +22782,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 926ab32dc..ebc469bf3 100644 --- a/package.json +++ b/package.json @@ -79,4 +79,4 @@ "engines": { "node": ">=18.0" } -} +} \ No newline at end of file diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 5aaf09c1e..852de9fb4 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -35,6 +35,22 @@ padding: 1rem; } +/* scrollbar.css */ +::-webkit-scrollbar { + width: 10px; +} +/* Track */ +::-webkit-scrollbar-track { + background: var(--ifm-color-primary); +} +/* Handle */ +::-webkit-scrollbar-thumb { + background: darkgray; + border-radius: 10px; +} +::-webkit-scrollbar-thumb:hover { + background: darkgrey; +} .scrollToBottomButton { position: fixed; bottom: 20px; @@ -54,3 +70,4 @@ background-color: var(--ifm-color-primary); box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); } +