diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index ab5bb07..aa29a66 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -11,6 +11,19 @@ body { font-family: "Open Sans", sans-serif; color: #585a61; + overflow-y: scroll; +} +body::-webkit-scrollbar{ + width: 5px; + height: 1px; +} +body::-webkit-scrollbar-thumb { + border-radius: 10px; + position: absolute; +} +body::-webkit-scrollbar-track { + border-radius: 10px; + position: absolute; } a {