1
0
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:
Matthew Hodgson
2019-02-10 22:35:28 +00:00
parent 4ebe7c7e7c
commit 84082ebb34

View File

@@ -74,6 +74,7 @@ body.mx_scrollbar_nooverlay {
// or fallback for webkit browsers
::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: $scrollbar-track-color;
}