post-single(css): fix scroll-bar in code
hiding background
This commit is contained in:
parent
bfb5019cbc
commit
5d6de5ecb1
2 changed files with 9 additions and 1 deletions
|
|
@ -337,3 +337,11 @@ h6:hover .anchor {
|
|||
margin-inline-start: 8px;
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.post-content ::-webkit-scrollbar-thumb {
|
||||
background: rgba(255, 255, 255, 0.32)
|
||||
}
|
||||
|
||||
.post-content ::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(255, 255, 255, 0.64)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue