mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-12 08:49:48 +00:00
Use default scrollbar for body on webkit browsers
This commit is contained in:
parent
dc545f570e
commit
a31cf94699
8
docs/_static/style.css
vendored
8
docs/_static/style.css
vendored
@ -140,22 +140,20 @@ body {
|
|||||||
|
|
||||||
/* Scrollbar related */
|
/* Scrollbar related */
|
||||||
|
|
||||||
body::-webkit-scrollbar,
|
|
||||||
#sidebar::-webkit-scrollbar {
|
#sidebar::-webkit-scrollbar {
|
||||||
width: 1em;
|
width: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar-thumb,
|
|
||||||
#sidebar::-webkit-scrollbar-thumb {
|
#sidebar::-webkit-scrollbar-thumb {
|
||||||
background-color: var(--scrollbar);
|
background-color: var(--scrollbar);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar-thumb:hover,
|
|
||||||
#sidebar::-webkit-scrollbar-thumb:hover {
|
#sidebar::-webkit-scrollbar-thumb:hover {
|
||||||
background-color: var(--scrollbar-hover);
|
background-color: var(--scrollbar-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* grid related */
|
/* grid related */
|
||||||
|
|
||||||
.main-grid {
|
.main-grid {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user