feat(css): Remove border radius from WebKit's scrollbars (#4278)
This commit is contained in:
parent
e01966f7b8
commit
f24b81e27f
|
@ -3711,6 +3711,10 @@ button.icon-button.active i.fa-retweet {
|
|||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
noscript {
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in New Issue