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