feat(css): Remove border radius from WebKit's scrollbars (#4278)
This commit is contained in:
parent
707d6fa9c0
commit
2de75ba29d
1 changed files with 4 additions and 0 deletions
|
@ -3711,6 +3711,10 @@ button.icon-button.active i.fa-retweet {
|
|||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
noscript {
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue