Skip to content

Commit

Permalink
home: smoother horizontal scrollbar (fixes #7586) (#7590)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Mutugiii and dogi authored Oct 4, 2024
1 parent c2b051d commit 53f48ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.14.86",
"version": "0.14.87",
"myplanet": {
"latest": "v0.19.84",
"min": "v0.18.84"
"latest": "v0.19.88",
"min": "v0.18.88"
},
"scripts": {
"ng": "ng",
Expand Down
10 changes: 10 additions & 0 deletions src/app/dashboard/dashboard-tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,14 @@
}
}

::-webkit-scrollbar {
width: 3px;
}

::-webkit-scrollbar-thumb {
background-color: $grey;
border-radius: 0;
border: 0;
}

}

0 comments on commit 53f48ec

Please sign in to comment.