aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-05-29 17:52:56 +1000
committerRapptz <[email protected]>2020-12-18 21:18:51 -0500
commit410a0c8794e74f730962b179664dbade40c2fa1a (patch)
tree63bfe2d3e86f77fb75ca30318630f6c2e63f33fd
parent[matrix] Modal cleanup (diff)
downloaddiscord.py-410a0c8794e74f730962b179664dbade40c2fa1a.tar.xz
discord.py-410a0c8794e74f730962b179664dbade40c2fa1a.zip
Use default scrollbar for body on webkit browsers
-rw-r--r--docs/_static/style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index c06d7cdb..f89ab140 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -140,22 +140,20 @@ body {
/* Scrollbar related */
-body::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
- width: 1em;
+ width: 0.5em;
}
-body::-webkit-scrollbar-thumb,
#sidebar::-webkit-scrollbar-thumb {
background-color: var(--scrollbar);
- border-radius: 0.5em;
+ border-radius: 0.25em;
}
-body::-webkit-scrollbar-thumb:hover,
#sidebar::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar-hover);
}
+
/* grid related */
.main-grid {