mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 06:54:22 +01:00
fix scrollbar
This commit is contained in:
13
pulse.html
13
pulse.html
@@ -24,7 +24,18 @@
|
|||||||
transition: background-color .4s, color .4s;
|
transition: background-color .4s, color .4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body { overflow: scroll; }
|
::-webkit-scrollbar {
|
||||||
|
width: 7px;
|
||||||
|
height: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background: #151517;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #727272;
|
||||||
|
}
|
||||||
|
|
||||||
html.light body {
|
html.light body {
|
||||||
background: #efeaea;
|
background: #efeaea;
|
||||||
|
|||||||
Reference in New Issue
Block a user