You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
fix horizontal CSS scrollbars on webkit
This commit is contained in:
@@ -74,6 +74,7 @@ body.mx_scrollbar_nooverlay {
|
||||
// or fallback for webkit browsers
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: $scrollbar-track-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user